Skip to content

Commit b818cd4

Browse files
authored
Merge pull request #1100 from MahadevBalla/docs/infra-investment-leakage
Update docs for infra investment leakage parameter
2 parents bfe4c5b + c9bd8e7 commit b818cd4

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/book/content/intro/parameters.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,13 @@ _Valid Range:_ min = 0.0 and max = 0.3
433433
_Out-of-Range Action:_ error
434434

435435

436+
#### `infra_investment_leakage_rate`
437+
_Description:_ Fraction of government infrastructure investment lost to leakage (e.g., corruption or other frictions) and treated as deadweight loss. Only $(1 - \phi_g)$ of investment enters the public capital stock.
438+
_Value Type:_ float
439+
_Valid Range:_ min = 0.0 and max = 1.0
440+
_Out-of-Range Action:_ error
441+
442+
436443
#### `alpha_bs_T`
437444
_Description:_ Proportional adjustment to government transfers relative to baseline amount when budget balance is true. Set value for base year, click '+' to add value for next year. All future years not specified are set to last value entered.
438445
_Value Type:_ float

docs/book/content/theory/government.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,10 @@ Note that the budget closure rule (described in Section ref{`SecUnbalGBCcloseRul
651651

652652
```{math}
653653
:label: EqUnbalGBC_Kgmt
654-
K_{g,m,t+1} = (1 - \delta_g) K_{g,m,t} + I_{g,m,t} \quad\forall m,t
654+
K_{g,m,t+1} = (1 - \delta_g) K_{g,m,t} + (1 - \phi_g) I_{g,m,t} \quad\forall m,t
655655
```
656656

657-
where $\delta_g$ is the depreciation rate on infrastructure. The stock of public capital in each industry $m$ complements labor and private capital in the production function of the representative firm, in Equation {eq}`EqFirmsCESprodfun`.
657+
where $\delta_g$ is the depreciation rate on infrastructure and $\phi_g$ (`infra_investment_leakage_rate`) is the fraction of infrastructure investment lost to leakage (e.g., corruption or other frictions). The stock of public capital in each industry $m$ complements labor and private capital in the production function of the representative firm, in Equation {eq}`EqFirmsCESprodfun`.
658658

659659
Aggregate spending on UBI at time $t$ is the sum of UBI payments across all households at time $t$:
660660

docs/book/content/theory/stationarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The usual definition of equilibrium would be allocations and prices such that ho
261261

262262
```{math}
263263
:label: EqStnrz_Kgmt
264-
\hat{K}_{g,m,t+1} = \frac{(1 - \delta_g)\hat{K}_{g,m,t} + \hat{I}_{g,m,t}}{e^{g_y}(1 + \tilde{g}_{n,t+1})} \quad\forall m,t
264+
\hat{K}_{g,m,t+1} = \frac{(1 - \delta_g)\hat{K}_{g,m,t} + (1 - \phi_g)\hat{I}_{g,m,t}}{e^{g_y}(1 + \tilde{g}_{n,t+1})} \quad\forall m,t
265265
```
266266

267267
Stationary aggregate universal basic income expenditure is found in one of two ways depending on how the individual UBI payments $ubi_{j,s,t}$ are modeled. In Section {ref}`SecUBI` of Chapter {ref}`Chap_UnbalGBC`, we discuss how UBI payments to households $ubi_{j,s,t}$ can be growth adjusted so that they grow over time at the rate of productivity growth or non-growth adjusted such that they are constant overtime. In the first case, when UBI benefits are growth adjusted and growing over time, the stationary aggregate government UBI payout $\hat{UBI}_t$ is found by dividing {eq}`EqUnbalGBC_UBI` by $e^{g_y t}\tilde{N}_t$. In the second case, when UBI benefits are constant over time and not growing with productivity, the stationary aggregate government UBI payout $\hat{UBI}_t$ is found by dividing {eq}`EqUnbalGBC_UBI` by only $\tilde{N}_t$.

0 commit comments

Comments
 (0)