IBRD Loans Data
All Countries loans data
@kaggle.mebiali01_ibrd_loan_statements
All Countries loans data
@kaggle.mebiali01_ibrd_loan_statements
CREATE TABLE ibrd_statement_of_loans_latest_available_snapshot (
"end_of_period" VARCHAR,
"loan_number" VARCHAR,
"region" VARCHAR,
"country_code" VARCHAR,
"country" VARCHAR,
"borrower" VARCHAR,
"guarantor_country_code" VARCHAR,
"guarantor" VARCHAR,
"loan_type" VARCHAR,
"loan_status" VARCHAR,
"interest_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_ibrd" DOUBLE,
"due_to_ibrd" DOUBLE,
"exchange_adjustment" DOUBLE,
"borrower_s_obligation" DOUBLE,
"sold_3rd_party" DOUBLE,
"repaid_3rd_party" DOUBLE,
"due_3rd_party" BIGINT,
"loans_held" DOUBLE,
"first_repayment_date" VARCHAR,
"last_repayment_date" VARCHAR,
"agreement_signing_date" VARCHAR,
"board_approval_date" VARCHAR,
"effective_date_most_recent" VARCHAR,
"closed_date_most_recent" VARCHAR,
"last_disbursement_date" VARCHAR
);
Anyone who has the link will be able to view this.