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.
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
}
This data can be used for analysis, research, and understanding the flow of political funding in India through Electoral Bonds.