Предоставление информации о паевых инвестиционных фондах
Метод включает в себя данные о составе и доле каждого актива в фонде, а также динамику изменений показателей и активов по периодам
Скачать описание Документация OpenAPI
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PifFundStructures", "type": "object", "properties": { "fund_id": { "type": "integer", "format": "int64" }, "company_id": { "type": "integer", "format": "int64" }, "fund_name_short": { "type": "string" }, "structure_date": { "type": "string", "format": "date-time" }, "asset_name": { "type": "string" }, "asset_issuer": { "type": "string" }, "asset_ISIN": { "type": "string" }, "asset_type": { "type": "string" }, "asset_sector": { "type": "string" }, "sector_pct_previous": { "type": "number" }, "sector_pct_average": { "type": "number" }, "asset_value": { "type": "number" }, "net_asset_value_on_date": { "type": "number" }, "asset_amount": { "type": "number" }, "asset_pct": { "type": "number" }, "asset_pct_previous": { "type": "number" }, "asset_pct_average": { "type": "number" }, "asset_rating": { "type": "string" }, "asset_price": { "type": "number" } }, "required": [ "fund_id", "company_id", "fund_name_short", "asset_name", "asset_issuer", "asset_ISIN", "asset_type", "asset_value", "asset_pct" ], "additionalProperties": false }