IDA Statement Of Credits And Grants
World Bank Group Finances - International Development Association (IDA) Credits
@kaggle.tunguz_ida_statement_of_credits_and_grants
World Bank Group Finances - International Development Association (IDA) Credits
@kaggle.tunguz_ida_statement_of_credits_and_grants
The International Development Association (IDA) credits are public and publicly guaranteed debt extended by the World Bank Group. IDA provides development credits, grants and guarantees to its recipient member countries to help meet their development needs. Credits from IDA are at concessional rates. Data are in U.S. dollars calculated using historical rates. This dataset contains historical snapshots of the IDA Statement of Credits and Grants including the latest available snapshot. The World Bank complies with all sanctions applicable to World Bank transactions.
CREATE TABLE ida_statement_of_credits_and_grants_historical_data (
"end_of_period" VARCHAR,
"credit_number" VARCHAR,
"region" VARCHAR,
"country_code" VARCHAR,
"country" VARCHAR,
"borrower" VARCHAR,
"credit_status" VARCHAR,
"service_charge_rate" DOUBLE,
"currency_of_commitment" VARCHAR,
"project_id" VARCHAR,
"project_name" VARCHAR,
"original_principal_amount" DOUBLE,
"cancelled_amount" DOUBLE,
"undisbursed_amount" DOUBLE,
"disbursed_amount" DOUBLE,
"repaid_to_ida" DOUBLE,
"due_to_ida" DOUBLE,
"exchange_adjustment" VARCHAR,
"borrower_s_obligation" DOUBLE -- Borrower\u0027s Obligation,
"sold_3rd_party" DOUBLE,
"repaid_3rd_party" DOUBLE,
"due_3rd_party" DOUBLE,
"credits_held" DOUBLE,
"first_repayment_date" VARCHAR,
"last_repayment_date" VARCHAR,
"agreement_signing_date" VARCHAR,
"board_approval_date" VARCHAR,
"effective_date_most_recent" VARCHAR -- Effective Date (Most Recent),
"closed_date_most_recent" VARCHAR -- Closed Date (Most Recent),
"last_disbursement_date" VARCHAR
);Anyone who has the link will be able to view this.