Paid Family Leave (PFL) - Monthly Data
State of California
@usgov.ca_gov_paid_family_leave_pfl_monthly_data
State of California
@usgov.ca_gov_paid_family_leave_pfl_monthly_data
The monthly summary report is intended to provide the user with a quick overview of the status of the PFL program at the state level. This summary report contains monthly information on claims activities, average weekly benefit amounts, average duration of claims, and benefits authorized. 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: 2025-07-23T17:32:32.769613
Tags: average-duration, awba, benefit-amount, benefits-paid, bonding-claims, california-employment-development-department, care-claims, di, first-claims, paid-family-leave, pfl, weekly-benefit, weeks-compensated
CREATE TABLE paid_family_leave_pfl_monthly_data (
"date" TIMESTAMP,
"month" VARCHAR,
"year" BIGINT,
"total_pfl_first_claims_filed" BIGINT,
"bonding_claims_filed" BIGINT,
"care_claims_filed" BIGINT,
"total_pfl_first_claims_paid" BIGINT,
"bonding_claims_paid" BIGINT,
"care_claims_paid" BIGINT,
"pfl_average_weekly_benefit_amount_awba" DOUBLE -- PFL Average Weekly Benefit Amount (AWBA),
"weeks_compensated" BIGINT,
"average_duration" VARCHAR,
"total_benefits_authorized" VARCHAR
);Anyone who has the link will be able to view this.