Household Data Sets

This is a listing of the data sets and parameters available in the WiNDCHousehold module. These can be accessed using the sets function.

using WiNDCHousehold
using WiNDCHousehold.WiNDCContainer

state_table, HH_Raw_Data = WiNDCHousehold.load_household_raw_data()
HH = build_household_table(state_table, HH_Raw_Data)

sets(HH) # Display all available sets as a DataFrame

Elements can be accessed using the elements function

elements(HH) # Display all elements as a DataFrame

elements(HH, :commodity) # Display all elements in the commodity set

The domain column indicates the column of the household table where the set is used. For example, the trade set is used in the column dimension of the household table, while the commodity set is used in the row dimension.

table(HH) # The full household table

table(HH, :commodity) # The household table filtered to only the commodity rows

table(HH, :Intermediate_Demand, :Intermediate_Supply) # The Intermediate Demand and Supply parameters

By convention, we give sets lowercasenames and parameters UpperCamelCase names.

Sets

namedomaindescription
tradecolTrade
exportcolExports
transportcolTransport
importcolImports
dutycolDuty
taxcolTax
sectorcolSectors
margincolMargin sectors
investmentfinaldemandcolInvestment Final Demand
governmentfinaldemandcolGovernment Final Demand
reexportcolReexports
local_demandcolLocal Demand
national_demandcolNational Demand
householdcolHousehold Categories
stateregionStates
labor_demandrowCompensation of employees
commodityrowCommodities
output_taxrowOutput tax
capital_demandrowGross operating surplus
capital_taxrowCapital Tax
transfer_paymentrowTransfer Payments
destinationrowDestination Region
interestrowInterest
marginallabortaxrowMarginal Labor Tax
ficarowFICA Tax
averagelabortaxrowAverage Labor Tax
savingsrowSavings
yearyear

Parameters

namedomaindescription
AverageLaborTaxparameterAverage Labor Tax
Capital_DemandparameterCapital Demand
Capital_TaxparameterCapital Tax
DutyparameterDuty
ExportparameterExports
FICA_TaxparameterFICA Tax
Final_DemandparameterFinal demand
GovernmentFinalDemandparameterGovernment Final Demand
Household_InterestparameterHousehold Interest
Household_SupplyparameterHousehold Supply
ImportparameterImports
Intermediate_DemandparameterIntermediate Demand
Intermediate_SupplyparameterIntermediate Supply
InvestmentFinalDemandparameterInvestment Final Demand
Labor_DemandparameterLabor Demand
Labor_EndowmentparameterLabor Endowment
Local_DemandparameterLocal Demand
LocalMarginSupplyparameterLocal Margin Supply
Margin_DemandparameterMargin Demand
Margin_SupplyparameterMargin Supply
MarginalLaborTaxparameterMarginal Labor Tax
National_DemandparameterNational Demand
NationalMarginSupplyparameterNational Margin Supply
OtherFinalDemandparameterNon-export components of final demand
Output_TaxparameterOutput Tax
Personal_ConsumptionparameterPersonal Consumption
ReexportparameterReexports
SavingsparameterSavings
SupplyparameterSupply (or output) sections of the IO table
TaxparameterTax
Transfer_PaymentparameterTransfer Payments
UseparameterUse (or input) sections of the IO table
Value_AddedparameterValue added

Aggregate Parameters

Tax Rates

All parameters are provided as values. To extract the tax rates, use the following aggregate parameters: