WA State Monthly IT Spend By Cost Pools
State of Washington
@usgov.state_of_washington_wa_state_monthly_it_spend_by_cost_pools
State of Washington
@usgov.state_of_washington_wa_state_monthly_it_spend_by_cost_pools
This dataset displays Washington State information technology (IT) spend by Cost Pool. Cost Pools are the first layer of the Technology business management (TBM) taxonomy. This is a financial centered layer and descriptions focus on what technology was purchased (i.e. software, hardware, etc.).
IT spend data is provided by WaTech's TBM program; a required program per RCW 43.105.054. Amounts are shown by fiscal month for the current fiscal year.
Organization: State of Washington
Last updated: 2025-05-03T16:55:24.502347
Tags: finance, information-technology
CREATE TABLE table_1 (
"agency_name" VARCHAR,
"cost_pool" VARCHAR,
"fiscal_month" VARCHAR,
"cost" BIGINT,
"fiscal_month_date" VARCHAR -- Fiscal Month (date),
"fiscal_calendar_month" VARCHAR -- Fiscal & Calendar Month,
"fiscal_year" VARCHAR
);Anyone who has the link will be able to view this.