mckabue commited on
Commit
7a776b7
·
verified ·
1 Parent(s): 11703dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md CHANGED
@@ -170,3 +170,89 @@ configs:
170
  - split: data
171
  path: Raw Cytonn Reports/data-*
172
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  - split: data
171
  path: Raw Cytonn Reports/data-*
172
  ---
173
+
174
+
175
+ # Kenyan Collective Investment Schemes Dataset
176
+
177
+ ## Introduction
178
+
179
+ This dataset provides comprehensive information on Kenyan Collective Investment Schemes, with a particular focus on Money Market Funds (MMFs) from 2014 to 2024.
180
+ 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.
181
+
182
+ 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/)
183
+
184
+ ## Dataset Description
185
+
186
+ This dataset contains information on Effective Annual Rates for Money Market Funds (KES) and Assets Under Management for Kenyan Collective Investment Schemes.
187
+ The data has been sourced from Capital Markets Authority reports and Cytonn Research publications, covering a period from 2014 to 2024.
188
+
189
+ ## Contents
190
+
191
+ The dataset is divided into three main components:
192
+
193
+ 1. **Raw Cytonn Reports**: Original market research reports from Cytonn, dating back to 2014.
194
+ 2. **Approved Collective Investment Schemes**: Official listings of CMA-approved collective investment schemes.
195
+ 3. **Processed Investment Schemes Records**: Cleaned and structured data on fund performance, assets under management, and other key metrics.
196
+
197
+ ## Usage
198
+
199
+ To use this dataset in your research or analysis:
200
+
201
+ 1. Access the data through the Hugging Face interface or via API calls.
202
+ 2. Refer to the documentation for details on data structure, variable definitions, and any limitations.
203
+ 3. Use the processed data for immediate analysis or refer to the raw data for custom processing.
204
+
205
+ Example code for loading the dataset using the Hugging Face Datasets library:
206
+
207
+ ```python
208
+ from datasets import load_dataset
209
+
210
+ dataset = load_dataset("ToKnow-ai/Kenyan-Collective-Investment-Schemes-Dataset")
211
+ ```
212
+
213
+ ## Citation
214
+
215
+ If you use this dataset in your research, please cite it as follows:
216
+
217
+ ```
218
+ @misc{kabui2024,
219
+ author = {Kabui, Charles},
220
+ title = {Kenyan {Collective} {Investment} {Schemes} {Dataset}},
221
+ date = {2024-10-04},
222
+ year = {2024},
223
+ publisher = {Hugging Face},
224
+ journal = {ToKnow.ai},
225
+ howpublished = {\url{https://huggingface.co/datasets/ToKnow-ai/Kenyan-Collective-Investment-Schemes-Dataset}},
226
+ url = {https://toknow.ai/posts/kenyan-collective-investment-schemes-dataset/index.html},
227
+ langid = {en-GB},
228
+ abstract = {This study presents a comprehensive dataset of Kenyan
229
+ Collective Investment Schemes and their performance from 2014 to
230
+ 2024. By leveraging web crawling techniques on Capital Markets
231
+ Authority (CMA) and Cytonn Research reports, we compiled data on
232
+ Effective Annual Rates for Money Market Funds (KES) and Assets Under
233
+ Management for the schemes (Money Market Fund, Equity Fund, Fixed
234
+ Income Fund, Balanced Fund, and Special Funds). The research process
235
+ involved data sourcing, cleaning, and basic exploratory analysis,
236
+ resulting in a standardized dataset suitable for further research.
237
+ We provide two primary visualizations: plots of Annual Rates for
238
+ MMFs (KES) and Assets Under Management over time. This dataset aims
239
+ to serve as a foundation for researchers, investors, and industry
240
+ stakeholders to conduct more in-depth analyses of Kenya’s collective
241
+ investment landscape. By archiving and publishing this data, we
242
+ contribute to the accessibility and transparency of financial
243
+ information in the Kenyan market.}
244
+ }
245
+ ```
246
+
247
+ ## License
248
+
249
+ This dataset is made available under [GNU GENERAL PUBLIC LICENSE](https://toknow.ai/LICENSE). Please refer to the LICENSE file for more details.
250
+
251
+ ## Acknowledgements
252
+
253
+ We thank Cytonn Research for their comprehensive market reports which form a significant part of this dataset.
254
+ We also acknowledge the Capital Markets Authority of Kenya for providing information on approved schemes.
255
+
256
+ ## Contact
257
+
258
+ For questions or feedback regarding this dataset, please open an issue on the Hugging Face dataset repository or contact [CONTACT_INFORMATION].