addedOutput schema / properties / employers / items / properties / layoff_filing
Added value: +{
+ "additionalProperties": false,
+ "description": "The newest qualifying layoff filing joined to this employer, or null when none qualifies. A fact about the employer on one date, beside the record and no part of it.",
+ "properties": {
+ "effective_date": {
+ "description": "The date the WARN notice gives for the separations; null when it gives none or on an SEC filing.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "event_basis": {
+ "type": "string"
+ },
+ "event_date": {
+ "description": "The filing's own date: the WARN notice date or the 8-K report date. Named by event_basis.",
+ "type": "string"
+ },
+ "event_type": {
+ "description": "What the WARN notice says it is, as the state classifies it; null on an SEC filing.",
+ "enum": [
+ "closure",
+ "layoff",
+ "relocation",
+ "unknown",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "filer": {
+ "description": "The employer as the source names it, verbatim — never the board's own display name.",
+ "type": "string"
+ },
+ "form": {
+ "description": "The SEC form (an amendment never appears); null on a WARN notice.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "headcount": {
+ "description": "Positions the 8-K states, as parsed; null when it states none or on a WARN notice.",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "more_n": {
+ "description": "Further qualifying filings for this employer beyond this newest one.",
+ "type": "integer"
+ },
+ "pct": {
+ "description": "Workforce share the 8-K states, as parsed; null when it states none or on a WARN notice.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "public_basis": {
+ "type": "string"
+ },
+ "public_date": {
+ "description": "When it became public: the SEC file date or the state's received/processed/posted stamp. Named by public_basis.",
+ "type": "string"
+ },
+ "read_at": {
+ "description": "When we read it. Our stamp, never a date basis for the filing.",
+ "type": "string"
+ },
+ "relation": {
+ "description": "filer: the filer is this board's employer. subsidiary_site: the filer is the parent company of this board's employer.",
+ "enum": [
+ "filer",
+ "subsidiary_site"
+ ],
+ "type": "string"
+ },
+ "site": {
+ "description": "The notice's site as the state lists it; null when not stated or on an SEC filing.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "description": "state_warn: a US state WARN notice. sec_8k_205: an SEC 8-K Item 2.05 disclosure.",
+ "enum": [
+ "sec_8k_205",
+ "state_warn"
+ ],
+ "type": "string"
+ },
+ "source_name": {
+ "description": "SEC EDGAR, or the state agency as it names itself.",
+ "type": "string"
+ },
+ "source_url": {
+ "description": "The filing itself, at the source.",
+ "type": "string"
+ },
+ "state": {
+ "description": "Two-letter state of a WARN notice; null on an SEC filing.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "workers": {
+ "description": "Positions the WARN notice states at that site. Null on an SEC filing — never zero.",
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "source",
+ "relation",
+ "filer",
+ "event_date",
+ "event_basis",
+ "public_date",
+ "public_basis",
+ "state",
+ "site",
+ "workers",
+ "event_type",
+ "effective_date",
+ "pct",
+ "headcount",
+ "form",
+ "source_url",
+ "source_name",
+ "read_at",
+ "more_n"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+}