Disability Insurance (DI) - Monthly Data
State of California
@usgov.ca_gov_disability_insurance_di_monthly_data
State of California
@usgov.ca_gov_disability_insurance_di_monthly_data
The monthly summary report is intended to provide the user with a quick overview of the status of the DI program at the state level. This summary report contains monthly information on claims activities, average weekly benefit amounts, average duration of claims, benefits authorized, the DI Fund balance and other statistics. This data is used in budgetary and administrative planning, program evaluation, and reports to the Legislature and the public.
Organization: State of California
Last updated: 2024-05-14T20:19:42.439365
Tags: average-duration, benefit-amount, benefits-paid, california-employment-development-department, di, disability, fund-balance, initial-claims, insurance, weeks-compensated
CREATE TABLE disability_insurance_di_monthly_data (
"area_type" VARCHAR,
"area_name" VARCHAR,
"date" TIMESTAMP,
"month" VARCHAR,
"year" BIGINT,
"initial_claims_filed" BIGINT,
"initial_claims_paid" BIGINT,
"average_weekly_benefit_amount_awba" DOUBLE -- Average Weekly Benefit Amount (AWBA),
"weeks_compensated" BIGINT,
"average_duration" DOUBLE,
"total_benefits_authorized" VARCHAR,
"di_fund_balance" VARCHAR
);Anyone who has the link will be able to view this.