Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 714 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 714 Bytes

Indian Electoral Bond Data

This repository contains information in JSON format about Indian Electoral Bonds. The data includes details on both the receivers and the buyers of these bonds.

Data Format

The data is stored in a JSON file with an array of records. Each record has the following structure:

{
  "Date of Purchase": "DD/MM/YYYY",
  "Purchaser Name": "Name of the Purchaser",
  "Denomination": Amount
}
{
  "Date of Encashment": "DD/MM/YYYY",
  "Name of the Political Party": "Name of the Political Party",
  "Denomination": Amount
}

Usage

This data can be used for analysis, research, and understanding the flow of political funding in India through Electoral Bonds.