Skip to main content

Tariffs aren't that Simple

"Tariffs are paid by the importer, not the exporter, dummy."

And just like that, the trade war is over, everyone stands down, and resumes filling their online baskets.

LOL, no.

In our rush to own the mercantilists, we may be oversimplifying tariffs so much as to be unconvincing.

"Yeah, but why don't we charge foreign exporters?" is a valid question.

The ability of the state to levy - and enforce those levies - is constrained by its borders.

Practically, I can ignore any invoice from a state with which I have no ties.

A sovereign state government can likewise ignore tariffs levied against them. If something is made contingent upon paying those tariffs, e.g. aid, then that's essentially trade

Already, tariffs can be linked to the fundamentals of nation-states and behavioural psychology.

Why tariffs are structured the way they are could teach us a lot about how the modern world came to be ...

... if we didn't simply dismiss them and their proponents.

Comments

Popular posts from this blog

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.

Scatterbox - build an Android Tor Socks Proxy Server

Cloak your location and create a firewall bypass device with a smartphone. 🕵Uses the Tor network . Does not require root. 1 - from Google Play, download and install: Orbot Orweb browser Socks Server Ultimate (Optional)

Bloomberg JSON data into Libreoffice Calc

LibreOffice Calc has no inbuilt stock market functions, and a popular plugin which offered those has stopped working along with changes to Yahoo Finance. Luckily, we can get the latest quotes from Bloomberg. [2018-12-15] Bloomberg Finance is, understandably, blocking multiple simultaneous requests. A more flexible solution is using a Python Stock Scraper .