Tax And Benefits Analysis Tool (TAXFIT)
IMF TAXFIT
@imf.taxfit
IMF TAXFIT
@imf.taxfit
TaxFit is a microsimulation model that computes taxes and benefits— including income taxes, social security contributions, social assistance, care, family, and in-work-benefits — for households whose characteristics are defined by user provided information about gross incomes and family structures. Users can compare the burden and generosity of the tax and benefits systems across 16 Emerging Market and Developing Economies, as well as indicators of policy-induced (dis)incentives to formal work, which have a gender focus.
DISCLAIMER: The views expressed in this tool are those of its contributors and do not necessarily represent the views of the IMF, its Executive Board, IMF management, or the Bill & Melinda Gates Foundation
Keywords: Tax Policy, Expenditure Policy, Microsimulation Model, Gender.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_decimals (
"code" BIGINT,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_taxfit_legal_spouse_presence (
"code" BIGINT,
"description" VARCHAR
);CREATE TABLE codes_cl_taxfit_principal_employment_earnings (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"legal_spouse_presence" BIGINT,
"number_of_children" BIGINT,
"principal_employment_earnings" VARCHAR,
"spouse_employment_earnings" BIGINT,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" BIGINT
);Anyone who has the link will be able to view this.