IBRD Statement of Loans

Source Notebook

Data on International Bank for Reconstruction and Development loans

The International Bank for Reconstruction and Development (IBRD) loans are public and publicly guaranteed debt extended by the World Bank Group. IBRD loans are made to, or guaranteed by, countries that are members of IBRD. IBRD may also make loans to IFC. IBRD lends at market rates.

(33 columns, 8330 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["IBRD Statement of Loans"]
Out[1]=

View the data:

In[2]:=
ResourceData["IBRD Statement of Loans"]
Out[2]=

Visualization

Show the status of funds in all loans:

In[3]:=
totals = ResourceData["IBRD Statement of Loans"][
   Transpose, {"Original Principal Amount", "Repaid to IBRD", "Repaid 3rd Party", "Borrower's Obligation", "Cancelled Amount", "Undisbursed Amount"}][All, Total]
Out[3]=
In[4]:=
BarChart[totals, ChartLabels -> Placed[Automatic, Below, Rotate[#, 90 \[Degree]] &], PlotTheme -> "Web"]
Out[4]=

Analysis

Find the loans with the largest outstanding obligations:

In[5]:=
ResourceData["IBRD Statement of Loans"][
 TakeLargestBy["Borrower's Obligation", 5]]
Out[5]=

Wolfram Research, "IBRD Statement of Loans" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.66104.data

Data Resource History

Data Downloads

Publisher Information