OG-Core
OG-Core copied to clipboard
An overlapping generations model framework for evaluating fiscal policies.
This PR adds two new parameters (`labor_income_tax_noncompliance_rate` and `capital_income_tax_noncompliance_rate`). These will allow the OG-Core model to account for the revenue and incentive effects of income tax noncompliance. Note that this...
The documentation omits wealth taxes from the households' budget constraints and first order conditions for savings. It would be helpful to show the roles of wealth taxes on agents' choices.
Currently, `SS.runSS` will use the SS solution from the baseline run for the initial guess at the reform run (so long as the size of the state space is the...
This issue is relevant to three other open issues (#493, #574, #699). We are proposing to add a new tax function estimation method, which is a monotonically nondecreasing cubic spline...
With the addition of government capital `K_g` to the model, I am worried about our derivation and specification in the OG-Core master branch of foreign capital inflow to the country...
We discovered after the fact that PR #767 introduced two failures in `test_user_inputs.py` (see [this comment](https://github.com/PSLmodels/OG-Core/pull/775#issuecomment-1016718317) from the conversation thread in PR #775). The two test failures were easily resolved...
Currently, the following parameters needed to compute household UBI amounts are hardcoded into `parameters.py`: * `ubi_num_017_mat` * `ubi_num_1864_mat` * `ubi_num_65p_mat` These parameters should be specified in `default_parameters.json`. Country-specific models should...
Several of the plots in `output_plots.plot_all` assume that the time path is at least 150 periods (see [here](https://github.com/PSLmodels/OG-Core/blob/699a7030739e5b3f44ab4dd58fecf4cefbdc24a6/ogcore/output_plots.py#L568)). This causes issues if a user sets `T` to a value less...
Currently when I build the Jupyter Book documentation for OG-Core (v. 0.7.0), we get the following 50 warnings plus three repeating `.mplstyle`-type warnings. We need to fix these. ``` build...
This PR replaces the static representative firm with a dynamic representative firm, that maximize the present discounted value of profits. This addition allows for modeling capital adjustment costs and better...