The Public Funds repo aims to monitor and track the financial expenditures of various government bodies to ensure transparency and accountability. This repository collects, processes, and displays data related to budget allocations, expenditures, and potential discrepancies.
- Clone the repository:
git clone https://github.com/yourusername/public-funds.git
- Follow the setup instructions in the docs/setup directory.
We welcome contributions from the community. Please see the CONTRIBUTING.md file for guidelines on how to contribute.
This provides guidelines on how to find and add country-specific data to this repository. Follow these steps to ensure consistency and accuracy.
- Official Government Portals: Check the official government websites for open data portals, ministry reports, budget documents, and financial statements.
- International Organizations: Refer to data from organizations like the World Bank, IMF, UN, and Transparency International.
- NGOs and Research Institutes: Use reports and data from reputable non-governmental organizations and research institutions.
- Create Directories: Follow the structure
data/country/{country-name}
and create subdirectories as needed (e.g., budgets, expenditures, projects, reports).
├── data/
│ ├── country/
│ │ ├── nigeria/
│ │ │ ├── budgets/
│ │ │ ├── expenditures/
│ │ │ ├── projects/
│ │ │ └── reports/
│ │ ├── kenya/
│ │ │ ├── budgets/
│ │ │ ├── expenditures/
│ │ │ ├── projects/
│ │ │ └── reports/
│ │ ├── south-africa/
│ │ │ ├── budgets/
│ │ │ ├── expenditures/
│ │ │ ├── projects/
│ │ │ └── reports/
│ │ └── ...
- File Naming Convention: Use clear and descriptive file names. Include the year and type of document (e.g.,
2024-budget-summary.pdf
). - Metadata: Add a metadata file in each directory to describe the contents, source, and date of the data. Example:
{ "source": "Ministry of Finance, Nigeria", "date": "2024-01-01", "description": "Budget summary for the fiscal year 2024." }
This project is licensed under the MIT License. See the LICENSE file for details.
Please note that this project adheres to a Code of Conduct. By participating, you are expected to uphold this code.