SEC material cybersecurity incident disclosure record
Tracks the materiality determination, Form 8-K Item 1.05 content, filing deadline, permitted Attorney General or FCC-rule delay, and amendment status for a material cybersecurity incident.
- Protocol
- Proseid_v1.0
- Version
- v1.0.0
- Applies in
- United States
- Fields
- 18
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
18 fieldsExample payload
{
"responses": {
"material_impact": "",
"item_105_filed": false,
"registrant_type": "",
"information_unavailable_at_filing": false,
"fcc_required_notification_at": "",
"materiality_determination_at": "",
"fcc_delay_required_under_47_cfr_64_2011": false,
"ag_delay_determination_and_sec_notice": false,
"fcc_delay_within_item_105_limit": false,
"amendment_filed_when_available": false,
"fcc_delay_end_date": "",
"materiality_status": "",
"sec_edgar_delay_correspondence_submitted_on_time": false,
"incident_reference": "",
"filed_within_four_business_days": false,
"nature_scope_timing": "",
"registrant_name": ""
},
"effective_at": "2026-07-23"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "material_impact",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.