Donald J. Trump made many promises during his election campaign in 2016, and I plan on addressing his progress and overall effect on the United States. He promised a variety of things from lowering taxes, to replacing Obamacare, to making the United States economy “great again”. Has Donald J. Trump actually fulfilled any of his promises? I intend on taking a closer look at the United States economy since President Trump was elected.
The United States recently surpassed 27 trillion dollars in national debt, but what does this actually mean? The US National debt is an accumulation of all the money owed by the federal government. Around 2/3 of this is public debt, which is the debt owed to everyone that owns US government bonds (1). This can include anyone from normal US citizens to foreign governments. The other 1/3 is intergovernmental holdings, which is the debt that the federal government owes to other government departments. This is often used to fund citizens’ pensions, the most prominent one being the US Social Security retirement fund (2). Even within these two main sections, there are many ways in which national debt can be accumulated. Down below you will find a graph with the value of the US National Debt during President Trump’s term.
## # A tibble: 1,257 x 11
## `Record Date` `Debt Held by t~ `Intragovernmen~ `Total Public D~
## <date> <dbl> <dbl> <dbl>
## 1 2020-12-30 21468468575443. 6092040322429. 27560508897872.
## 2 2020-12-29 21468460859105. 6082369779076. 27550830638181.
## 3 2020-12-28 21468928694820. 6073609510177. 27542538204997.
## 4 2020-12-24 21445028388849. 6070482202956. 27515510591804.
## 5 2020-12-23 21448157219574. 6068569641613. 27516726861188.
## 6 2020-12-22 21447826256734. 6074489832877. 27522316089611.
## 7 2020-12-21 21447615134294. 6065291889749. 27512907024043.
## 8 2020-12-18 21446525279996. 6044940933360. 27491466213356.
## 9 2020-12-17 21446462125522. 6060426761349. 27506888886872.
## 10 2020-12-16 21447890639090. 6052616977063. 27500507616153.
## # ... with 1,247 more rows, and 7 more variables: `Source Line Number` <dbl>,
## # `Fiscal Year` <dbl>, `Fiscal Quarter Number` <dbl>, `Calendar Year` <dbl>,
## # `Calendar Quarter Number` <dbl>, `Calendar Month Number` <chr>, `Calendar
## # Day Number` <chr>
The debt in the United States (and around the world) has been increasing over time. There has generally always been a steep incline in public debt over time, but there was a spike in the middle of 2017. It is important to note that Donald Trump was elected in November of 2016, and inaugurated in January of 2017. This may be a reason why public debt was not changing at the beginning of 2017, and then spiked towards the middle.
Gross domestic product (more commonly known as GDP) is one of the most important economic measures to see how well a country is doing. Strictly speaking, the GDP is the value of all the goods and services produced by a country. This can demonstrate the total dollar value that goods and services have in that particular economy (3). In other terms, it’s a measurement of the size and value of an economy. It is often used to tell how good a country’s economy is doing. If the economy is in a recession, the GDP will show it. The GDP is greatly affected by current events, which is why the country often goes into a recession when there are wars or pandemics. Although a recession leads to lower stock value, this is actually a prime time for investors to buy stocks. Down below you will find a graph with the value of the GDP in the United States during President Trump’s term.
## # A tibble: 19 x 2
## observation_date GDP
## <dttm> <dbl>
## 1 2016-01-01 00:00:00 18470.
## 2 2016-04-01 00:00:00 18656.
## 3 2016-07-01 00:00:00 18821.
## 4 2016-10-01 00:00:00 19033.
## 5 2017-01-01 00:00:00 19237.
## 6 2017-04-01 00:00:00 19379.
## 7 2017-07-01 00:00:00 19617.
## 8 2017-10-01 00:00:00 19938.
## 9 2018-01-01 00:00:00 20242.
## 10 2018-04-01 00:00:00 20553.
## 11 2018-07-01 00:00:00 20743.
## 12 2018-10-01 00:00:00 20910.
## 13 2019-01-01 00:00:00 21115.
## 14 2019-04-01 00:00:00 21330.
## 15 2019-07-01 00:00:00 21540.
## 16 2019-10-01 00:00:00 21747.
## 17 2020-01-01 00:00:00 21561.
## 18 2020-04-01 00:00:00 19520.
## 19 2020-07-01 00:00:00 21170.
Similar to the United States national debt, the GDP is generally increasing. The GDP during Trump’s presidency was increasing at first, but it slowly decreased towards the end of 2019, and had a steep decline in 2020. This is around the start of the pandemic, which makes sense because there were less workers available to produce goods and provide services. Many workers died or refused to come to work out of fear of contracting the virus. However, the duration of the pandemic was exceptionally long, and therefore workers were required to go back to work in order to sustain their families. This might explain why the GDP started increasing again in Q3 of 2020.
The debt-to-GDP ratio is a way of comparing a country’s national debt to its GDP. If the entirety of the GDP was used to pay back debt, you can accurately use the debt-to-GDP ratio to predict a country’s ability to pay back its debt. If the rate is high, that means the country is spending a lot more than they are producing. When the ratio is moderately high, creditors (people who lend money) will typically apply higher interest rates. However, when the ratio is extremely high, creditors will typically abstain from lending money at all (4). The debt-to-GDP ratio was 38% when the United States entered WWII in 1941 and was 114% by the time WWII ended in 1945. It is heavily influenced by the current events in the country, and around the world. Below you will find the debt-to-GDP ratio in the United States during Donald J. Trump’s presidency.
## # A tibble: 81 x 2
## Date Ratio
## <dttm> <dbl>
## 1 2014-01-01 00:00:00 103.
## 2 2014-02-01 00:00:00 103.
## 3 2014-03-01 00:00:00 103.
## 4 2014-04-01 00:00:00 101.
## 5 2014-05-01 00:00:00 101.
## 6 2014-06-01 00:00:00 101.
## 7 2014-07-01 00:00:00 101.
## 8 2014-08-01 00:00:00 101.
## 9 2014-09-01 00:00:00 101.
## 10 2014-10-01 00:00:00 102.
## # ... with 71 more rows
Over the years, our debt-to-GDP ratio has been skyrocketing, which shouldn’t come as much of a surprise. According to the World Bank, if the debt-to-GDP ratio exceeds 77% for a long period of time, then the growth of the economy is significantly slowed down (5). The US debt-to-GDP ratio has been greater than 77% since 2009, and it stayed high during Trump’s presidency. The debt-to-GDP ratio stayed fairly constant for the first three years of Trump’s presidency, and then increased in 2019 and 2020. A comparative study was conducted that focused on the debt-to-GDP ratio and any major event that occurred in that fiscal year. The study showed that our debt-to-GDP ratio has generally shown a continuous positive trend, but can drastically increase during times of crises (6). In the next section, I want to take a closer look on how COVID-19 impacted the US economy.
The spread of COVID-19 has impacted countries around the world, especially the United States. One of the reasons the virus became so widespread in the United States was because we had a relatively short lockdown, and reopened public places sooner than most countries. President Trump claimed a prolonged lockdown would hurt our economy, but countries that maintained their lockdown are now back to normal. This raises the question of whether reopening the country was actually better for the US economy. Down below you will find a comparison of the government debt for many different countries.
## # A tibble: 7 x 6
## Date France Germany Japan `United Kingdom` `United States`
## <chr> <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 2014 2.71 2.95 11.5 2.45 18.3
## 2 2015 2.33 2.43 10.2 2.26 19.1
## 3 2016 2.43 2.41 11.6 2.23 20.0
## 4 2017 2.55 2.39 11.4 2.39 20.7
## 5 2018 2.73 2.44 11.7 2.35 22.0
## 6 2019 2.67 2.3 12.1 2.41 23.3
## 7 2020 2.97 2.71 12.8 2.83 27.3
## # A tibble: 7 x 6
## Date France Germany Japan United_Kingdom United_States
## <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 2014 2.71 2.95 11.5 2.45 18.3
## 2 2015 2.33 2.43 10.2 2.26 19.1
## 3 2016 2.43 2.41 11.6 2.23 20.0
## 4 2017 2.55 2.39 11.4 2.39 20.7
## 5 2018 2.73 2.44 11.7 2.35 22.0
## 6 2019 2.67 2.3 12.1 2.41 23.3
## 7 2020 2.97 2.71 12.8 2.83 27.3
COVID-19 has impacted economies worldwide, whether it be for better or worse. The debt around the world has generally been increasing, however, the United States debt has skyrocketed over time, especially compared to other nations. Many countries saw an increase in debt in 2020, but none were as drastic as the United States. Japan, one of the few countries with a debt comparable to the United States, didn’t see a major change in 2020. The United States’ debt in 2020 could have been influenced by the spread of COVID-19, the death of George Floyd which incited many Black Lives Matter protests, as well as the presidential election. There were many major events in 2020, and so it becomes difficult to pin the drastic increase to one thing.