Baselight

IBRD Loans Data

All Countries loans data

@kaggle.mebiali01_ibrd_loan_statements

Loading...
Loading...

About this Dataset

IBRD Loans Data

The International Bank for Reconstruction and Development (IBRD) is a global development cooperative owned by 189 member countries. As the largest development bank in the world, it supports the World Bank Group’s mission by providing loans, guarantees, risk management products, and advisory services to middle-income and creditworthy low-income countries, as well as by coordinating responses to regional and global challenges.

Tables

Ibrd Statement Of Loans Latest Available Snapshot

@kaggle.mebiali01_ibrd_loan_statements.ibrd_statement_of_loans_latest_available_snapshot
  • 784.77 KB
  • 8950 rows
  • 33 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.