Certifications Export
Overview
The exported_certifications topic provides a row per affordable certification (AffordableQualification) across all properties in an organization. It covers move-in, recertification, interim, correction, and termination events and includes the data needed for compliance reporting, recertification workflows, and downstream analytics.
Each row is scoped to one certification record. Related household, unit, tenant, and program details are resolved and flattened onto each row for easy consumption.
SFTP Path
Full-load and CDC files follow the standard export conventions described in the exports overview and CDC guide.
Fields
Identity
Organization & Property
Unit
Tenant
Certification Type & Status
Dates
Program & Subsidy
Financial
Household
Application
Certification Types
Possible values for the type field (raw enum):
The certificationType field normalizes this to MI, AR, or IR where applicable.
Review Status Values
Program Mapping
The program field is normalized from the set-aside program (SetAsideProgram) using the following rules applied to affordableProgramName and programName:
Soft-Delete Behavior
Only active (non-deleted) records are included. The export filters out soft-deleted rows at every join:
- Certification rows with
deletedAt IS NOT NULLare excluded. - Household and Property must be non-deleted (inner joins).
- All other joined tables (
TenantEvent,TenantEventUnit,Unit,TenantEventPerson,SetAsideProgram,Application,ComplianceApprovalStatus,RentalAssistanceSource, and subsidy lookups) are guarded withdeletedAt IS NULL.

