corporate-actions / manifest.json
ZipLime's picture
Update the security master
72eadef verified
Raw
History Blame
5.56 kB
{
"bundle_storage_class": "ziplime.data.services.file_system_delta_lake_bundle_storage.FileSystemDeltaLakeBundleStorage",
"bundle_storage_data": {
"table_uri": "data/pit/corporate_actions.delta"
},
"config_rows": {
"adjustment_factors": 9433,
"dividends": 391639,
"pit": 397258,
"splits": 5619
},
"config_schemas": {
"adjustment_factors": {
"cik": "String",
"confidence": "String",
"cumulative_split_factor": "Float64",
"inserted_at": "Datetime(time_unit='us', time_zone='UTC')",
"splits_after": "Int32",
"valid_from": "Date",
"valid_to": "Date"
},
"dividends": {
"accepted_at": "Datetime(time_unit='us', time_zone='UTC')",
"accession_number": "String",
"amount_per_share": "Float64",
"cik": "String",
"currency": "String",
"filed_date": "Date",
"fiscal_period": "String",
"fiscal_year": "Int32",
"form": "String",
"inserted_at": "Datetime(time_unit='us', time_zone='UTC')",
"is_subsequent_event": "Boolean",
"kind": "String",
"period_end": "Date",
"period_start": "Date",
"quarters": "Int32",
"revision": "Int32",
"security_class": "String"
},
"pit": {
"action_type": "String",
"amount_per_share": "Float64",
"confidence": "String",
"currency": "String",
"entity_id": "String",
"event_date": "Date",
"ingested_at": "Datetime(time_unit='us', time_zone='UTC')",
"is_subsequent_event": "Boolean",
"knowledge_date": "Datetime(time_unit='us', time_zone='UTC')",
"knowledge_estimated": "Boolean",
"pit_event_id": "String",
"quarters": "Int32",
"security_class": "String",
"split_ratio": "Float64"
},
"splits": {
"cik": "String",
"confidence": "String",
"corroborated_by": "String",
"detected_after": "Datetime(time_unit='us', time_zone='UTC')",
"detected_before": "Datetime(time_unit='us', time_zone='UTC')",
"effective_period_end": "Date",
"evidence_observations": "Int32",
"inserted_at": "Datetime(time_unit='us', time_zone='UTC')",
"is_reverse": "Boolean",
"method": "String",
"ratio": "Float64",
"ratio_label": "String"
}
},
"configs": {
"adjustment_factors": {
"grain": "one span and the factor that puts an as-filed per-share figure on today's basis",
"path": "data/adjustment_factors/**/*.parquet"
},
"dividends": {
"grain": "one per-share dividend a filing stated for one period",
"path": "data/dividends/**/*.parquet"
},
"pit": {
"delta_path": "data/pit/corporate_actions.delta",
"grain": "one point-in-time corporate action event",
"path": "data/pit/**/*.parquet"
},
"splits": {
"grain": "one split, with the window it must have happened in",
"path": "data/splits/**/*.parquet"
}
},
"coverage": {
"max_event": "2026-12-31",
"max_knowledge": "2026-06-30T20:51:00+00:00",
"min_event": "2005-03-31",
"min_knowledge": "2009-04-15T20:44:00+00:00"
},
"data_type": "PIT_DATA",
"dataset": "corporate-actions",
"entity_domain": "us_equities",
"entity_id": "issuer_cik",
"event_date": "period_end for dividends, detection window end for splits",
"event_date_type": "date",
"frequency_seconds": null,
"generated_at": "2026-09-07T10:38:46.006778+00:00",
"knowledge_date": "accepted_at",
"knowledge_date_policy": {
"note": "A split's knowledge date is the earliest moment it was demonstrably public, which is later than it happened and therefore safe. No ex-date, record date or pay date exists in any free structured source.",
"primary": "EDGAR acceptance of the filing that stated the dividend, or of the first filing showing split-restated figures"
},
"knowledge_date_type": "timestamp[us, tz=UTC]",
"name": "corporate_actions",
"pit": {
"append_only": false,
"knowledge_lag_model": "sec_edgar_acceptance",
"restatement_policy": "dividends carry a revision per re-report; splits are rebuilt from the full restatement history each run"
},
"pretty_name": "ZipLime US Corporate Actions: dividends and splits (PIT)",
"quality_ok": true,
"rows": 397258,
"source": {
"build_version": "1.0.0",
"coverage_note": "Split detection requires XBRL restatement history, which begins in 2009 Q1. Dividend periods reach back to 2005 through comparative figures in early filings.",
"coverage_start": "2009-01-01",
"license": "US Government work — public domain",
"origin": "ZipLime/company-fundamentals (SEC Financial Statement Data Sets)",
"package_version": "1.0.0",
"recipe": "recipe/",
"recipe_hash": "sha256:f7aabfcffe4c240efda7e95e223e2602c3fe9cf292ee6a9fe17629eaf5fa92d8",
"schedule": "10 8 * * 1"
},
"split_ratios_recognised": [
"1:1000",
"1:750",
"1:500",
"1:400",
"1:300",
"1:250",
"1:200",
"1:150",
"1:120",
"1:100",
"1:80",
"1:75",
"1:60",
"1:50",
"1:40",
"1:35",
"1:30",
"1:25",
"1:20",
"1:16",
"1:15",
"1:12",
"1:10",
"1:8",
"1:7",
"1:6",
"1:5",
"1:4",
"1:3",
"1:2",
"5:4",
"4:3",
"3:2",
"5:3",
"7:4",
"9:5",
"2:1",
"5:2",
"3:1",
"7:2",
"4:1",
"5:1",
"6:1",
"7:1",
"8:1",
"9:1",
"10:1",
"12:1",
"15:1",
"20:1",
"25:1",
"30:1"
],
"trading_calendar_name": null,
"version": "1.0.0"
}