Datasets:
File size: 6,671 Bytes
c940424 d6a43ca c940424 a7bf45d c940424 d32b074 bc60556 e1fd454 a7bf45d 63dad58 c940424 bc60556 a7bf45d c4eaf98 c940424 7a776b7 c4eaf98 d427784 7a776b7 c4eaf98 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 |
---
language:
- en
license: gpl-3.0
size_categories:
- 1K<n<10K
pretty_name: Kenyan Collective Investment Schemes Dataset
dataset_info:
- config_name: Approved Collective Investment Schemes
features:
- name: Scheme
dtype: string
- name: Funds
sequence: string
splits:
- name: data
num_bytes: 8982
num_examples: 51
download_size: 5257
dataset_size: 8982
- config_name: Processed Investment Schemes Records
features:
- name: entry_type
dtype:
class_label:
names:
'0': ASSETS_UNDER_MANAGEMENT
'1': EFFECTIVE_ANNUAL_RATE
- name: entry_date
dtype: timestamp[ns]
- name: entry_value
dtype: float64
- name: entry_scheme
dtype: string
splits:
- name: data
num_bytes: 4886569
num_examples: 86858
download_size: 309822
dataset_size: 4886569
- config_name: Raw Cytonn Reports
features:
- name: id
dtype: int64
- name: slug
dtype: string
- name: name
dtype: string
- name: author
dtype: string
- name: researchdate
dtype: string
- name: active
dtype: int64
- name: created_by
dtype: int64
- name: series_id
dtype: int64
- name: campaign
dtype: string
- name: sent
dtype: int64
- name: thumbnail
dtype: 'null'
- name: created_at
dtype: string
- name: meta_title
dtype: string
- name: meta_keywords
dtype: string
- name: meta_description
dtype: string
- name: og_description
dtype: string
- name: url
dtype: string
- name: og_image
dtype: string
- name: updated_at
dtype: string
- name: deleted_at
dtype: 'null'
- name: title
dtype: string
- name: category
dtype: string
- name: summary
dtype: string
- name: body
dtype: string
- name: date_holder
dtype: int64
- name: date
dtype: string
- name: creator
dtype: string
- name: status
dtype: string
- name: series
struct:
- name: category
struct:
- name: created_at
dtype: string
- name: id
dtype: int64
- name: name
dtype: string
- name: slug
dtype: string
- name: updated_at
dtype: string
- name: category_id
dtype: int64
- name: created_at
dtype: string
- name: created_by
dtype: int64
- name: description
dtype: string
- name: id
dtype: int64
- name: name
dtype: string
- name: thumbnail
dtype: string
- name: updated_at
dtype: string
- name: topics
list:
- name: active
dtype: int64
- name: body
dtype: string
- name: created_at
dtype: string
- name: created_by
dtype: int64
- name: id
dtype: int64
- name: name
dtype: string
- name: research_id
dtype: int64
- name: slug
dtype: string
- name: summary
dtype: string
- name: title
dtype: string
- name: topical
dtype: string
- name: type
dtype: string
- name: updated_at
dtype: string
- name: weight
dtype: int64
splits:
- name: data
num_bytes: 93336102
num_examples: 664
download_size: 32243761
dataset_size: 93336102
configs:
- config_name: Approved Collective Investment Schemes
data_files:
- split: data
path: Approved Collective Investment Schemes/data-*
- config_name: Processed Investment Schemes Records
data_files:
- split: data
path: Processed Investment Schemes Records/data-*
- config_name: Raw Cytonn Reports
data_files:
- split: data
path: Raw Cytonn Reports/data-*
tags:
- kenya
- finance
---
# Kenyan Collective Investment Schemes Dataset
## Introduction
This dataset provides comprehensive information on Kenyan Collective Investment Schemes, with a particular focus on Money Market Funds (MMFs) from 2014 to 2024.
It is the result of extensive data collection, cleaning, and analysis efforts aimed at providing researchers, analysts, and industry professionals with reliable data on Kenya's investment landscape.
For a detailed description of the methodology and analysis, please refer to the original post: [Kenyan Collective Investment Schemes Dataset](https://toknow.ai/posts/kenyan-collective-investment-schemes-dataset/)
## Dataset Description
This dataset contains information on Effective Annual Rates for Money Market Funds (KES) and Assets Under Management for Kenyan Collective Investment Schemes.
The data has been sourced from Capital Markets Authority reports and Cytonn Research publications, covering a period from 2014 to 2024.
## Contents
The dataset is divided into three main components:
1. **Raw Cytonn Reports**: Original market research reports from Cytonn, dating back to 2014.
2. **Approved Collective Investment Schemes**: Official listings of CMA-approved collective investment schemes.
3. **Processed Investment Schemes Records**: Cleaned and structured data on fund performance, assets under management, and other key metrics.
## Usage
To use this dataset in your research or analysis:
1. Access the data through the Hugging Face interface or via API calls.
2. Refer to the documentation for details on data structure, variable definitions, and any limitations.
3. Use the processed data for immediate analysis or refer to the raw data for custom processing.
Example code for loading the dataset using the Hugging Face Datasets library:
```python
from datasets import load_dataset
dataset = load_dataset("ToKnow-ai/Kenyan-Collective-Investment-Schemes-Dataset")
```
## Citation
If you use this dataset in your research, please cite it as follows:
```
@misc{kabui2024,
author = {Kabui, Charles},
title = {Kenyan {Collective} {Investment} {Schemes} {Dataset}},
date = {2024-10-04},
year = {2024},
publisher = {Hugging Face},
journal = {ToKnow.ai},
howpublished = {\url{https://huggingface.co/datasets/ToKnow-ai/Kenyan-Collective-Investment-Schemes-Dataset}},
url = {https://toknow.ai/posts/kenyan-collective-investment-schemes-dataset},
langid = {en-GB}
}
```
## License
This dataset is made available under [GNU GENERAL PUBLIC LICENSE](https://toknow.ai/LICENSE). Please refer to the LICENSE file for more details.
## Acknowledgements
We thank Cytonn Research for their comprehensive market reports which form a significant part of this dataset.
We also acknowledge the Capital Markets Authority of Kenya for providing information on approved schemes.
## Contact
For questions or feedback regarding this dataset, please open an issue on the Hugging Face dataset repository or comment at [post](https://toknow.ai/posts/kenyan-collective-investment-schemes-dataset). |