<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TKDN | Krisna 'imed' Gupta</title><link>https://www.krisna.or.id/en/tag/tkdn/</link><atom:link href="https://www.krisna.or.id/en/tag/tkdn/index.xml" rel="self" type="application/rss+xml"/><description>TKDN</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Tue, 29 Mar 2022 14:09:58 +0700</lastBuildDate><image><url>https://www.krisna.or.id/media/icon_hu_b3b1c80225e80fa3.png</url><title>TKDN</title><link>https://www.krisna.or.id/en/tag/tkdn/</link></image><item><title>A Simple Model of Local Content Requirements</title><link>https://www.krisna.or.id/en/post/tkdn/</link><pubDate>Tue, 29 Mar 2022 14:09:58 +0700</pubDate><guid>https://www.krisna.or.id/en/post/tkdn/</guid><description>&lt;p&gt;Discussions about increasing the use of domestic products and anti-import sentiments have long echoed among public officials. Lately, these conversations seem to be growing ever more frequent. Of course, using domestically produced goods is not inherently a bad thing. The problem arises when it is forced. Like any other kind of love, love for domestic products is no fun when it is coerced. One of the instruments Indonesia is currently pushing hard is TKDN.&lt;/p&gt;
&lt;h1 id="what-is-tkdn"&gt;What is TKDN?&lt;/h1&gt;
&lt;p&gt;
, or Tingkat Kandungan Dalam Negeri (Local Content Requirement), has become increasingly popular in Indonesia&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;. When mandated for a given industry, TKDN requires that a minimum share of a final product contains domestic content. This content can include labour, machinery, and raw materials. For example,
, as of April 2022, must meet a 35% TKDN threshold, meaning all 5G devices on the market must have at least 35% local content (or, equivalently, at most 65% imported components).&lt;/p&gt;
&lt;p&gt;TKDN effectively prevents firms from simply selling imported goods. Products must be manufactured domestically. Imported components are allowed but capped. The idea is that TKDN will encourage producers to set up factories in Indonesia. I wrote a bit about this effect in
. The resulting investment would create jobs. In a country with high informality like Indonesia, formal employment can be a good avenue for improving welfare&lt;sup id="fnref:2"&gt;&lt;a href="#fn:2" class="footnote-ref" role="doc-noteref"&gt;2&lt;/a&gt;&lt;/sup&gt;. TKDN is also expected to build production capacity and technological capability among domestic suppliers of intermediate goods.&lt;/p&gt;
&lt;p&gt;TKDN is popular with governments partly because it is &amp;ldquo;free&amp;rdquo; (unlike subsidies, it does not require budget outlays). Moreover, anti-import policies tend to be popular with the public, potentially boosting politicians&amp;rsquo; approval.&lt;/p&gt;
&lt;p&gt;At first glance, raising TKDN does seem beneficial. If investment flows in, there should be additional value added. However, it is important to understand that the concept of value is neither static nor exogenous. The value of a product can rise or fall depending on its inputs. For instance, does a 5G device with high domestic content perform as well as a fully imported one? Can a high-TKDN product compete in global markets? Does building a smelter really capture more value
?&lt;/p&gt;
&lt;p&gt;The answer is not necessarily yes. Several theoretical papers dissect how value and productivity shift between intermediate-input producers and final-good producers&lt;sup id="fnref:3"&gt;&lt;a href="#fn:3" class="footnote-ref" role="doc-noteref"&gt;3&lt;/a&gt;&lt;/sup&gt; &lt;sup id="fnref:4"&gt;&lt;a href="#fn:4" class="footnote-ref" role="doc-noteref"&gt;4&lt;/a&gt;&lt;/sup&gt; &lt;sup id="fnref:5"&gt;&lt;a href="#fn:5" class="footnote-ref" role="doc-noteref"&gt;5&lt;/a&gt;&lt;/sup&gt;. There is indeed a trade-off, and TKDN does not automatically produce outcomes as optimal as they may appear, especially if TKDN fails to raise productivity in the sector it aims to protect.&lt;/p&gt;
&lt;p&gt;In this post, I try to illustrate this trade-off using a very simple model.&lt;/p&gt;
&lt;h1 id="the-model"&gt;The Model&lt;/h1&gt;
&lt;p&gt;Suppose there is a final-good producer that often needs imported inputs. These inputs could in principle be substituted domestically, but for the firm, imports are cheaper and offer higher value added. Real-world examples might include
or
.&lt;/p&gt;
&lt;p&gt;If we focus solely on the input-sourcing decision, the firm has the production function:&lt;/p&gt;
$$F(M,N) = \alpha M + N$$&lt;p&gt;where $M$ is the quantity of imported inputs and $N$ is the quantity of domestically sourced inputs. Meanwhile, $\alpha$ represents the quality of imported raw materials relative to domestic ones. If $\alpha &gt; 1$, then imported goods are of higher quality. We also assume imported inputs are cheaper ($P_M&lt;P_N$).&lt;/p&gt;
&lt;p&gt;The firm is required to purchase a minimum share $k$ of domestic raw materials:&lt;/p&gt;
$$
P_NN \geq kP(\alpha M + N)
$$&lt;p&gt;
&lt;/p&gt;
$$
\text{where } k \in (0,1)
$$&lt;p&gt;The firm wants to meet demand $F(M,N)=Q$ at the lowest possible cost. That is, the firm solves:&lt;/p&gt;
$$
\min P_MM+P_NN
$$&lt;p&gt;
&lt;/p&gt;
$$
s.t. \ \alpha M+ N \geq Q
$$&lt;p&gt;
&lt;/p&gt;
$$
P_NN \geq kP(\alpha M + N)
$$&lt;p&gt;
&lt;/p&gt;
$$
k \in (0,1)
$$&lt;p&gt;Since the problem is linear, we can use &lt;code&gt;linprog&lt;/code&gt;. I will use the following parameters:&lt;/p&gt;
$$
P_M=1
$$&lt;p&gt;
&lt;/p&gt;
$$
P_N=3
$$&lt;p&gt;
&lt;/p&gt;
$$
α=1.5
$$&lt;p&gt;
&lt;/p&gt;
$$
k=0
$$&lt;p&gt;
&lt;/p&gt;
$$
P=9
$$&lt;p&gt;
&lt;/p&gt;
$$
Q=30
$$&lt;p&gt;First, let us define the function:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="nn"&gt;scipy.optimize&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;linprog&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="k"&gt;def&lt;/span&gt; &lt;span class="nf"&gt;TKDN&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Pm&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;α&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;1.5&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;δ&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;P&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;9&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;Q&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;30&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="n"&gt;c_ex1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;np&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;array&lt;/span&gt;&lt;span class="p"&gt;([&lt;/span&gt;&lt;span class="n"&gt;Pm&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="p"&gt;])&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="n"&gt;A_ex1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;np&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;array&lt;/span&gt;&lt;span class="p"&gt;([[&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;α&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;],[&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;P&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;α&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;P&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="p"&gt;]])&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="n"&gt;b_ex1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;np&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="n"&gt;array&lt;/span&gt;&lt;span class="p"&gt;([&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;δ&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;Q&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;])&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="n"&gt;res_ex1&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;linprog&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;c_ex1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;A_ub&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;A_ex1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;b_ub&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;b_ex1&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;method&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;revised simplex&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="n"&gt;names&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;imported inputs = &lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;res_ex1&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;][&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;domestic inputs = &lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;res_ex1&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;][&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;production cost = &lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;Pm&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;res_ex1&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;][&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;res_ex1&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;][&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;firm profit = &lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;Q&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;P&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;Pm&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;res_ex1&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;][&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;res_ex1&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;&amp;#34;x&amp;#34;&lt;/span&gt;&lt;span class="p"&gt;][&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;i&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="n"&gt;names&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nb"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;i&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The default numbers above should not be taken literally &amp;ndash; $P_M=1$ is simply a &lt;em&gt;numeraire&lt;/em&gt;, or base price. Because the problem is linear (and therefore invariant to affine transformations), $P_N=3$ can be interpreted as meaning domestic raw materials are three times more expensive than imported ones.&lt;/p&gt;
&lt;h1 id="winners-and-losers"&gt;Winners and Losers&lt;/h1&gt;
&lt;p&gt;Now let us use the function we just defined. Remember the &lt;code&gt;linprog&lt;/code&gt; dependency from &lt;code&gt;scipy&lt;/code&gt;. For the no-TKDN case, we set $k=0$:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;TKDN&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre&gt;&lt;code&gt;imported inputs = 20.0
domestic inputs = 0.0
production cost = 20.0
firm profit = 250.0
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;What about a TKDN where domestic content must be at least 20% of total final-product value?&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;TKDN&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;k&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;0.2&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre&gt;&lt;code&gt;imported inputs = 8.0
domestic inputs = 18.0
production cost = 62.0
firm profit = 208.0
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;As we can see, TKDN causes the final-good producer&amp;rsquo;s profit to fall and total cost to rise. However, the domestic input supplier gains additional revenue of $18 \times P_N$. In other words, TKDN tends to benefit domestic raw material sellers but hurts final-good producers.&lt;/p&gt;
&lt;p&gt;When TKDN is set to 40%, the model crashes &amp;ndash; the final-good producer is better off not producing at all.&lt;/p&gt;
&lt;p&gt;If we tabulate TKDN from 0 to 30% (in 10% increments):&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;k&lt;/th&gt;
&lt;th&gt;M&lt;/th&gt;
&lt;th&gt;N&lt;/th&gt;
&lt;th&gt;C&lt;/th&gt;
&lt;th&gt;$\pi$&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;20&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;td&gt;20&lt;/td&gt;
&lt;td&gt;250&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;10%&lt;/td&gt;
&lt;td&gt;14&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;td&gt;41&lt;/td&gt;
&lt;td&gt;229&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;20%&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;62&lt;/td&gt;
&lt;td&gt;208&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;30%&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;27&lt;/td&gt;
&lt;td&gt;83&lt;/td&gt;
&lt;td&gt;187&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;What about total domestic value added? Although TKDN raises value added for the input producer, it reduces value added for the final-good producer. With TKDN=0, the input producer&amp;rsquo;s value added is 0, while the final-good producer&amp;rsquo;s profit is 250. At TKDN=10%, the input supplier gains 9 but the final-good producer loses $250-229=21$. So total value added actually declines.&lt;/p&gt;
&lt;p&gt;What about the government? Assuming duty-free imports, government revenue comes from corporate income tax. With TKDN=0, the input supplier pays no tax. The final-good producer pays corporate income tax of $t \pi$ where $t$ is the tax rate. If we assume the domestic input supplier&amp;rsquo;s cost is 0, then the supplier&amp;rsquo;s income is $P_N \times N$. Total government revenue becomes:&lt;/p&gt;
$$GR=t(P_N-c)N+t \pi$$&lt;p&gt;where c is the marginal cost, linear in output. I use c=2 so the domestic firm needs to charge $P_N=3$ to earn a margin of 1, the same as the importer. If domestic costs were low, they could sell at a lower price and win orders from the final-good producer.&lt;/p&gt;
&lt;p&gt;Let us calculate government revenue at a 20% tax rate:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mf"&gt;0.2&lt;/span&gt; &lt;span class="c1"&gt;# corporate income tax&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;3&lt;/span&gt; &lt;span class="c1"&gt;# domestic input price&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;2&lt;/span&gt; &lt;span class="c1"&gt;# so firms can&amp;#39;t sell below 3&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;brp&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;0%&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;10%&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;20%&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;30%&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="n"&gt;taxs&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;((&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="mi"&gt;250&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;9&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="mi"&gt;229&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;18&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="mi"&gt;208&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Pn&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="mi"&gt;27&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="o"&gt;+&lt;/span&gt;&lt;span class="mi"&gt;187&lt;/span&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="n"&gt;t&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;y&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="nb"&gt;zip&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;brp&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;taxs&lt;/span&gt;&lt;span class="p"&gt;):&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; &lt;span class="nb"&gt;print&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="sa"&gt;f&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;At TKDN=&lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;x&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s1"&gt;, total GR = &lt;/span&gt;&lt;span class="si"&gt;{&lt;/span&gt;&lt;span class="n"&gt;y&lt;/span&gt;&lt;span class="si"&gt;}&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;pre&gt;&lt;code&gt;At TKDN=0%, total GR = 50.0
At TKDN=10%, total GR = 47.6
At TKDN=20%, total GR = 45.2
At TKDN=30%, total GR = 42.8
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The higher the TKDN, the lower the total income tax from the two firms. Although tax from the domestic firm rises, tax paid by the final-good producer falls because profits shrink. So even though TKDN appears not to require fiscal expenditure like subsidies, the inefficiency it generates carries a hidden cost to the state budget as well.&lt;/p&gt;
&lt;p&gt;This is on top of the budget spent on enforcing TKDN rules. For instance, to verify that a firm complies with TKDN, it must be surveyed for a TKDN certificate. The first two product certificates are paid for by the government, funded from the state budget. This does not include the systems and human resources the government must allocate for TKDN enforcement. Moreover, for the third product onward, the firm must bear the certification cost itself, further reducing profits and consequently the corporate income tax paid.&lt;/p&gt;
&lt;h1 id="so-is-tkdn-good-or-bad"&gt;So Is TKDN Good or Bad?&lt;/h1&gt;
&lt;p&gt;The issues above illustrate potential problems created by TKDN. This linear model, while somewhat arbitrary, does a reasonable job of explaining TKDN&amp;rsquo;s short-run effects. More representative (but more complex) models can be found in the footnotes.&lt;/p&gt;
&lt;p&gt;One important caveat is that we cannot simply assume $Q$ and $P, P_M, P_N$ remain constant under TKDN. It is possible that instead of becoming more efficient, domestic input producers become complacent under protection and show no improvement at all. Rather than improving, they may even raise prices because the final-good producer has no alternative as long as TKDN binds.&lt;/p&gt;
&lt;p&gt;Furthermore, TKDN makes domestic final-good producers less competitive against foreign ones. Why? Because foreign producers can access cheap, high-quality inputs without TKDN constraints. As a result, domestic final-good producers cannot compete in global markets and are forced to rely on the domestic market. Unable to compete with imported finished goods either, they will demand protection too.&lt;/p&gt;
&lt;p&gt;This is why IMEI blocking exists. Domestic phone manufacturers do not want to compete with imported phones that are not subject to TKDN. Has the public ever been told how much of the state budget is spent on implementing IMEI blocking?&lt;/p&gt;
&lt;p&gt;Finally, once TKDN is in place, it is very hard to roll back. Firms that have already made large investments to comply with TKDN would suffer significant losses if the policy were suddenly removed and firms that did not invest could enter the previously protected market. Therefore, firms that have already invested to meet TKDN have a strong incentive to lobby the government to maintain and enforce TKDN rules.&lt;/p&gt;
&lt;p&gt;TKDN can be considered successful if domestic input producers actually learn and improve. For example, if their industry grows and becomes efficient enough to match import prices ($P_N \leq P_M$), or improves quality to surpass imports ($\alpha \in (0,1)$). If this happens, $k$ is no longer binding and TKDN can be declared a success, depending on how large and how fast the domestic industry&amp;rsquo;s improvement is.&lt;/p&gt;
&lt;p&gt;Therefore, policymakers who have already adopted TKDN should continuously monitor $\alpha$ and $P_N$ (or more precisely $\frac{P_N}{P_M}$). If there is no progress, it is hard to expect domestic industry to become efficient and competitive, and the desired advantages will not materialise. Coercion alone is unlikely to succeed. The government may need to complement TKDN with other policies that promote efficiency. So yes, the regulatory burden just keeps growing.&lt;/p&gt;
&lt;h1 id="alternatives-to-tkdn"&gt;Alternatives to TKDN&lt;/h1&gt;
&lt;p&gt;There are several alternatives to TKDN&lt;sup id="fnref:6"&gt;&lt;a href="#fn:6" class="footnote-ref" role="doc-noteref"&gt;6&lt;/a&gt;&lt;/sup&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Improve the business climate.&lt;/strong&gt; This one seems obvious. But nothing beats this approach. It is hard for industry to advance when upstream sectors are protected, and both importing and exporting carry high administrative costs. Customs officials still engage in
.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leverage CSR.&lt;/strong&gt; Ask multinational companies whether they can help develop local firms as suppliers.&lt;/li&gt;
&lt;li&gt;Provide &lt;strong&gt;training&lt;/strong&gt; for workers and component suppliers. Training is essential for improving the quality of local businesses and workers. A government that understands industry should be able to identify what training is needed and deliver it. This also costs money, but it is far better spent than on enforcing TKDN.&lt;/li&gt;
&lt;li&gt;Improve &lt;strong&gt;logistics processes and physical infrastructure.&lt;/strong&gt; This too seems obvious.&lt;/li&gt;
&lt;li&gt;If all else fails, using &lt;strong&gt;tariffs and subsidies&lt;/strong&gt;, though not ideal, is still better than TKDN. Of course, the main problem with tariffs is trade agreements and retaliation. Tariffs are easier to quantify than TKDN, making them more likely to face challenges at the WTO. Subsidies burden the budget directly, unlike TKDN which burdens the budget and the economy indirectly. Such is life when your policymakers and politicians cannot calculate hidden costs.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="update"&gt;Update&lt;/h2&gt;
&lt;p&gt;A new book on TKDN has just been released for those who want to learn more. It is an edited volume by Lili Yan Ing and Grossman&lt;sup id="fnref:7"&gt;&lt;a href="#fn:7" class="footnote-ref" role="doc-noteref"&gt;7&lt;/a&gt;&lt;/sup&gt;. One particularly interesting chapter is by Yessi Vadila&lt;sup id="fnref:8"&gt;&lt;a href="#fn:8" class="footnote-ref" role="doc-noteref"&gt;8&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
&lt;p&gt;I will discuss it further some other time. Mention me on
if you have comments, criticisms, or suggestions. Thanks.&lt;/p&gt;
&lt;div class="footnotes" role="doc-endnotes"&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id="fn:1"&gt;
&lt;p&gt;Fernando, O., &amp;amp; Ing, L. Y. (2022). Indonesia&amp;rsquo;s Local Content Requirements: An Assessment on Consistency with Free Trade Agreement Commitments. &lt;em&gt;ERIA Discussion Paper Series&lt;/em&gt;, 420.
&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:2"&gt;
&lt;p&gt;Gupta, K., &amp;amp; Mardjono, E. (2021). Indonesia Emas Berkelanjutan 2045: Kumpulan Pemikiran Pelajar Indonesia Sedunia Seri 01 Ekonomi. LIPI Press.
&amp;#160;&lt;a href="#fnref:2" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:3"&gt;
&lt;p&gt;Grossman, G. M. (1981). The Theory of Domestic Content Protection and Content Preference. &lt;em&gt;The Quarterly Journal of Economics&lt;/em&gt;, 96(4), 583-603.
&amp;#160;&lt;a href="#fnref:3" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:4"&gt;
&lt;p&gt;Veloso, F. M. (2006). Understanding Local Content Decisions: Economic Analysis and an Application to the Automotive Industry. &lt;em&gt;Journal of Regional Science&lt;/em&gt;, 46(4), 747-772.
&amp;#160;&lt;a href="#fnref:4" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:5"&gt;
&lt;p&gt;Lin, S.-H., &amp;amp; Weng, Y. (2020). Can strengthening the local content requirements meet a government&amp;rsquo;s need to raise industrial productivity and production? &lt;em&gt;Journal of Applied Economics&lt;/em&gt;, 23(1), 316-328.
&amp;#160;&lt;a href="#fnref:5" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:6"&gt;
&lt;p&gt;Hufbauer, G., Schott, J. J., Wada, E., Cimino, C., &amp;amp; Vieiroand, M. (2013). Local Content Requirements : A Global Problem. Peterson Institute for International Economics.
&amp;#160;&lt;a href="#fnref:6" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:7"&gt;
&lt;p&gt;Ing, L. Y., &amp;amp; Grossman, G. M. (2023). Local content requirements: promises and pitfalls. Routledge.
&amp;#160;&lt;a href="#fnref:7" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li id="fn:8"&gt;
&lt;p&gt;Vadila, Y., &amp;amp; Christian, D. (2023). Effects of Local Content Requirements on Trade. In B. Hoekman &amp;amp; K. Saggi (Eds.), The Political Economy of Trade Policy: Theory, Evidence and Applications. Routledge.
&amp;#160;&lt;a href="#fnref:8" class="footnote-backref" role="doc-backlink"&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;</description></item><item><title>Notes from watching "Ngobrol Tempo" on "Import Substitution of Electronics Products"</title><link>https://www.krisna.or.id/en/post/ngobroltempo/</link><pubDate>Fri, 04 Mar 2022 07:17:38 +0700</pubDate><guid>https://www.krisna.or.id/en/post/ngobroltempo/</guid><description>&lt;p&gt;This morning I watched &amp;ldquo;Ngobrol Tempo&amp;rdquo; on YouTube. The show featured officials from the Ministry of Industry, the Ministry of Trade, and Gabel, the electronics manufacturers&amp;rsquo; association. The topic was how to pursue import substitution for electronics products, amid the Ministry of Industry&amp;rsquo;s policy to cut imports by 35%. I found the program quite interesting and was very pleased with how Bu Ratna from Tempo moderated the discussion. Several points struck me as particularly noteworthy.&lt;/p&gt;
&lt;h3 id="the-governments-typical-mercantilist-view"&gt;The Government&amp;rsquo;s Typical Mercantilist View&lt;/h3&gt;
&lt;p&gt;The first, naturally, is the government&amp;rsquo;s characteristically mercantilist outlook. By mercantilist I mean the state sees itself as an individual firm: a competitive nation is one whose exports exceed imports. Imports mean losing, exports mean winning. Exports mean profit, imports mean loss. This mercantilist view is quite popular not just in the Indonesian government but also among the general public, and even in other countries&amp;rsquo; governments.&lt;/p&gt;
&lt;p&gt;In this show, the mercantilist view was quite segmented, focusing on electronics products. They even brought up sectoral trade deficits, noting that in certain HS codes, Indonesia is a net importer. Interesting, because I usually hear the government talking about bilateral trade deficits. Here they went as far as sectoral trade deficits. Very specific. I wonder, if there were a show about CPO, would we discuss the CPO surplus? Probably not.&lt;/p&gt;
&lt;p&gt;It is indeed difficult to use exports and imports as indicators of industrial competitiveness. It is hard to pin micro-level conclusions on trade deficits, which are fundamentally a macro phenomenon. In today&amp;rsquo;s world of rapid financial transactions, you cannot discuss trade deficits without discussing financial flows. As a country that targets &lt;em&gt;capital inflow&lt;/em&gt;, it is natural for the current account to be negative. Moreover, Indonesia imports a lot of capital goods and components, which arguably represents good use of FDI.&lt;/p&gt;
&lt;p&gt;Trade deficits must also be viewed alongside overall trade. Indonesia&amp;rsquo;s exports in other products are enormous. You cannot expect surpluses in everything. Do not forget &lt;em&gt;dutch disease&lt;/em&gt;, where exports in one sector reduce competitiveness in another. So trying to discuss a deficit in a single sector seems problematic. Besides examining how to curb imports, the government should also scrutinize the financial management of companies in high-export sectors. Are they saving a lot? Holding cash? Paying dividends? Reinvesting? Are their savings &lt;a href="https://www.indonesia-investments.com/news/todays-headlines/indonesia-and-the-panama-papers-names-and-numbers/item6674" target="_blank" rel="noopener"&gt;overseas&lt;/a&gt; or domestic? How much does the state earn from export industries?&lt;/p&gt;
&lt;h3 id="comparing-with-vietnam"&gt;Comparing with Vietnam&lt;/h3&gt;
&lt;p&gt;The second hallmark is comparing with Vietnam. This has been trendy not just in government but also among consultants and academics. Comparing with Vietnam has intensified because of Global Value Chains (GVC). They say that in the early 2000s, Indonesia&amp;rsquo;s share of world trade was 0.9% while Vietnam&amp;rsquo;s was 0.25%, but by 2019, Indonesia&amp;rsquo;s share was 1% while Vietnam&amp;rsquo;s was 2%.&lt;/p&gt;
&lt;p&gt;Some problems with comparing Indonesia to Vietnam:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vietnam is a small country. Its GDP and $\frac{\text{GDP}}{\text{capita}}$ are still below Indonesia&amp;rsquo;s. They don&amp;rsquo;t have a large market, so they are compelled to exploit the global market. Indonesia? Its domestic market alone is enormous. That is why it is &amp;ldquo;easy&amp;rdquo; to pursue protectionist policies.&lt;/li&gt;
&lt;li&gt;Vietnam&amp;rsquo;s exports are large but so are its imports. That is, the value added is small. What is called &amp;ldquo;Vietnam&amp;rsquo;s huge electronics exports&amp;rdquo; is actually the work of many countries. Vietnam just happens to be the final assembly location. If you look only at trade statistics, you overestimate Vietnam&amp;rsquo;s electronics manufacturing.&lt;/li&gt;
&lt;li&gt;Vietnam is called a GVC success story not because it is protectionist, but precisely because it embraced globalization. That is why its imports are so large. Because it embraced globalization, it also managed to sign trade agreements with other countries faster than Indonesia. The fact that Indonesia&amp;rsquo;s textiles face 15% tariffs to the EU while Vietnam pays 0% is partly due to this.&lt;/li&gt;
&lt;li&gt;As shown below, while Vietnam&amp;rsquo;s $\frac{\text{trade}}{\text{GDP}}$ ratio is enormous, its trade balance is not that different from Indonesia&amp;rsquo;s. Don&amp;rsquo;t forget that Vietnam ran trade deficits continuously from 1986 to 2011. If I recall correctly, the late 90s was when they started attracting FDI.&lt;/li&gt;
&lt;/ul&gt;
&lt;iframe src="https://data.worldbank.org/share/widget?end=2020&amp;indicators=NE.RSB.GNFS.ZS&amp;locations=ID-VN&amp;start=1987" width='450' height='300' frameBorder='0' scrolling="no" &gt;&lt;/iframe&gt;
&lt;iframe src="https://data.worldbank.org/share/widget?end=2020&amp;indicators=NE.TRD.GNFS.ZS&amp;locations=ID-VN&amp;start=1987" width='450' height='300' frameBorder='0' scrolling="no" &gt;&lt;/iframe&gt;
&lt;p&gt;So given the differences in size and approach (import substitution vs. export expansion), there is little point in overly comparing ourselves with Vietnam. Vietnam also lacks natural resources to export and its domestic market is too small. It is natural for them to depend on the global market. That said, comparing institutions (ease of doing business, logistics management, trade agreements) remains perfectly reasonable.&lt;/p&gt;
&lt;p&gt;Oh, and this should also be linked to the mercantilist school. Just because a country exports a lot does not mean it is doing well. Vietnam&amp;rsquo;s per capita income is still below Indonesia&amp;rsquo;s. They make fancy phones, but how many Vietnamese can buy them? This is because the value added that &lt;em&gt;actually&lt;/em&gt; stays in Vietnam is tiny (labor-intensive). Indonesia wants to go 4.0, right?&lt;/p&gt;
&lt;p&gt;Furthermore, we are in the same boat, aren&amp;rsquo;t we? Indonesia exports massive amounts of coal and CPO, yet many regions still struggle with electricity and cooking oil is now expensive. Is that good? What is the point of exports if ordinary people&amp;rsquo;s income and consumption barely change?&lt;/p&gt;
&lt;h3 id="public-policy"&gt;Public Policy&lt;/h3&gt;
&lt;p&gt;The show also touched on several interesting policy points. The panelists were asked what policies are being or will be implemented to boost the competitiveness of electronics products and curb imports. The speakers explicitly mentioned WTO &lt;em&gt;constraints&lt;/em&gt; on their policymaking. In other words, their policies must be &lt;em&gt;in line&lt;/em&gt; with international rules such as trade agreements and the WTO.&lt;/p&gt;
&lt;h5 id="trade-barriers"&gt;Trade Barriers&lt;/h5&gt;
&lt;p&gt;Several trade-related policies were mentioned:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Non-tariff barriers (NTBs) such as SNI and TKDN (local content requirements).&lt;/li&gt;
&lt;li&gt;Trade remedy and anti-dumping measures.&lt;/li&gt;
&lt;li&gt;Reviewing trade agreements, including the &lt;a href="https://www.wto.org/english/tratop_e/inftec_e/inftec_e.htm" target="_blank" rel="noopener"&gt;Information Technology Agreement&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Technical considerations for import approval (effectively another NTB).&lt;/li&gt;
&lt;li&gt;Use of the &lt;a href="https://www.cips-indonesia.org/neraca-komoditas-policy-paper" target="_blank" rel="noopener"&gt;Commodity Balance Sheet&lt;/a&gt; (Neraca Komoditas &amp;ndash; also effectively an NTB).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These NTBs will be focused on 25 electronics products, mostly &lt;em&gt;consumer electronics&lt;/em&gt;. They claimed that the AC import approval regulation (Permendag 64/2020) successfully attracted foreign investment. According to Gabel, thanks to this new NTB, domestic AC supply rose from 20% of total AC sales in Indonesia (i.e., 80% imported) to 30% (imports down to 70%). As usual, the ones complaining are &lt;a href="https://industri.kontan.co.id/news/persetujuan-impor-ac-belum-terbit-berkat-elektrik-berpotensi-kehilangan-penjualan" target="_blank" rel="noopener"&gt;AC retailers&lt;/a&gt; whose stock comes from imports.&lt;/p&gt;
&lt;p&gt;I have heard the first two points many times. But the last two are fairly new. Apparently, the Ministry of Industry wants to introduce import quota licensing for downstream electronics products through technical considerations. If implemented, products like TVs, refrigerators, and ACs would need to apply for an import permit from the Ministry of Industry, specifying the quantity they wish to import. The Ministry would then issue a technical approval specifying the allowed import quota.&lt;/p&gt;
&lt;p&gt;The problem is that this kind of technical-approval-based import licensing is precisely what the Commodity Balance Sheet is meant to eliminate. Eventually, products covered by the Commodity Balance Sheet should be importable according to the balance sheet without technical approval, just through the Ministry of Trade. The Commodity Balance Sheet is supposed to be fully implemented by 2023, so why push for technical approvals?&lt;/p&gt;
&lt;p&gt;One more thing: using technical approvals or Commodity Balance Sheets will also face WTO problems because they are basically quota restrictions. This is what happened with &lt;a href="https://www.krisna.or.id/en/post/ayam/"&gt;Brazilian chicken&lt;/a&gt;. The question now is whether major exporting countries to Indonesia &amp;ndash; such as China, Japan, and South Korea &amp;ndash; will file a dispute like Brazil did.&lt;/p&gt;
&lt;h5 id="investment-policy-expertise-or-financing"&gt;Investment Policy: Expertise or Financing?&lt;/h5&gt;
&lt;p&gt;On investment, it seems new investments will receive tax holidays or corporate income tax reductions. This incentive is premised on the logic that foreign investment will help increase domestic production capacity. Once again, Vietnam is frequently cited as a model for attracting foreign investment and boosting exports. Why? Because foreign investment brings not just physical capital but also &lt;em&gt;know-how&lt;/em&gt; (both managerial and technical) and international production networks (foreign suppliers and buyers). Foreign investment also absorbs a lot of labor and outsources various things from domestic producers (&lt;em&gt;spillover&lt;/em&gt;). All these advantages make the potential tax revenue loss from tax holidays worthwhile.&lt;/p&gt;
&lt;p&gt;Gabel raised an interesting point about Indonesia&amp;rsquo;s electronics industry. They said Indonesia is already quite competitive in ASEAN. However, Indonesian consumers are still low-end. Household electricity is still dominated by 900 watts. The best-selling AC in Indonesia is the 1/2 HP model, to avoid circuit breakers tripping. Refrigerators are also small because many Indonesian workers are paid daily, so they shop daily &amp;ndash; no need for a large fridge. As a result, the electronics market in Indonesia can be considered a commodity: easy to copy with no differentiation advantages.&lt;/p&gt;
&lt;p&gt;If that is the case, the role of foreign investment in terms of technical &lt;em&gt;know-how&lt;/em&gt; is almost nil. Since the products are still low-end, complex high-end features and large-capacity manufacturing are not really needed. If &lt;em&gt;know-how&lt;/em&gt; is not really needed, shouldn&amp;rsquo;t domestic investment suffice?&lt;/p&gt;
&lt;p&gt;But investing in Indonesia is difficult. Interest rates are high, banks do not accept production equipment as collateral, and the government keeps issuing bonds with attractive yields (&lt;em&gt;crowding out&lt;/em&gt;). Domestic investors lack liquidity, while foreign investors are happy to enter Indonesia because interest rates abroad are low and Bank Indonesia zealously maintains a stable exchange rate (by raising interest rates, LOL). &lt;em&gt;Crowding out&lt;/em&gt; intensifies when the export sector fails to boost domestic liquidity.&lt;/p&gt;
&lt;h5 id="fragmented-policy"&gt;Fragmented Policy&lt;/h5&gt;
&lt;p&gt;Back to the first discussion: trade is a macro issue. There is so much to consider. Competition, domino effects, etc. Expensive electricity, extortion, and protection of upstream industries (like steel) all play crucial roles. Exports from other sectors (CPO and coal, for instance), the money supply, exchange rates, and interest rates all have massive effects. It is certainly difficult to use a macro lens (total imports) to make policy for micro phenomena (the competitiveness of the electronics industry using trade barriers).&lt;/p&gt;
&lt;p&gt;On upstream protection, it was also amusing to hear India mentioned as having cheaper automotive products than Indonesia, even though Indonesia has been pampering its automotive sector since the 80s (lots of incentives and protection). Don&amp;rsquo;t forget that steel in India is cheaper and more competitive than in Indonesia. If steel is cheap, literally almost every other industry will also be cheaper (including construction and capital goods).&lt;/p&gt;
&lt;p&gt;From this show, I still feel that the policies being adopted are somewhat &lt;em&gt;fragmented&lt;/em&gt; and poorly coordinated. Both ministries need to talk with other institutions handling capital flows, interest rates, energy, export commodities like mining, CPO and coal, and so much more. Fair enough &amp;ndash; the speakers were from the Ministry of Industry and the Ministry of Trade, so the policies discussed naturally focused on &lt;em&gt;trade barriers&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;But Gabel&amp;rsquo;s secretary general made an interesting point: if import substitution is to be taken seriously, it must be discussed nationally. Too many factors are at play. I have heard the 35% import substitution program trumpeted by the Ministry of Industry too many times while others (Ministry of Finance, Ministry of Agriculture, Ministry of Energy, Bank Indonesia, etc.) seem to never mention it.&lt;/p&gt;
&lt;p&gt;One more thing. No country can export everything. Not every sector needs to be a champion with a trade surplus. Not every country that exports a lot in one area (Vietnam in electronics) also exports a lot in another (Vietnam does not export coal or CPO). Inefficient policies will only reduce people&amp;rsquo;s purchasing power, and we will be back to selling low-end products.&lt;/p&gt;
&lt;p&gt;BTW, the show I watched is below. Let me know what you think! Mention me at &lt;i class="fab fa-twitter"&gt;&lt;/i&gt;
&lt;a href="https://twitter.com/imedkrisna" target="_blank" rel="noopener"&gt;@imedkrisna&lt;/a&gt;&lt;/p&gt;
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/JRL2hxHE038" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;</description></item></channel></rss>