Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is my new data related to puerto rican debt #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions data/governments/pr_debt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"description": "Puerto Rican Debt in Comparison to Seth Klarman's Net Worth",
"source": "https://drive.google.com/file/d/0B0Uiq9zWJ6_FSG1HOVJnZ3NtQ00/view",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file isn't accessible to me.

"debt": [
{
"month" : "December 2016",
"debt_ammt" : "64.2",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"debt_amnt" could be "debt_amount"

"net_worth" : "1.37"
},
{
"month" : "January 2017",
"debt_ammt" : "65.11",
"net_worth" : "1.38"
},
{
"month" : "February 2017",
"debt_ammt" : "66.02",
"net_worth" : "1.401"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the units of both these values? USD? Million USD? Billion USD? Please mention the units in the description.

},
{
"month" : "March 2017",
"debt_ammt" : "66.93",
"net_worth" : "1.422"
},
{
"month" : "April 2017",
"debt_ammt" : "67.84",
"net_worth" : "1.443"
},
{
"month" : "May 2017",
"debt_ammt" : "68.75",
"net_worth" : "1.464"
},
{
"month" : "June 2017",
"debt_ammt" : "69.66",
"net_worth" : "1.485"
},
{
"month" : "July 2017",
"debt_ammt" : "70.57",
"net_worth" : "1.506"
},
{
"month" : "August 2017",
"debt_ammt" : "72.3",
"net_worth" : "1.55"
}
]
}