Skip to content

Data Schema

Field definitions for Radar DaaS data.

Event Fields

FieldTypeDescription
idstringUnique event identifier
event_typestringAlways "FORM_4"
issuerstringCompany name
cikstringSEC Central Index Key
filed_attimestampWhen filed with SEC
captured_attimestampWhen Matchstick captured it
reporting_ownerstringInsider's name
relationshipstringCEO, CFO, Director, etc.
transaction_datedateWhen trade occurred
transaction_codestringP, S, A, M, G, D
sharesintegerNumber of shares
price_per_sharedecimalPrice per share
total_valuedecimalshares × price
direct_ownershipbooleanDirect or indirect
sec_urlstringLink to SEC filing
confidencefloatData quality score

Transaction Codes

CodeMeaningDescription
PPurchaseOpen market purchase
SSaleOpen market sale
AAwardGrant or award
MExerciseExercise of derivative
GGiftBona fide gift
DDispositionDisposition to issuer

Relationship Types

ValueMeaning
CEOChief Executive Officer
CFOChief Financial Officer
COOChief Operating Officer
DirectorBoard member
10% OwnerBeneficial owner of 10%+
OfficerOther officer

Parquet Schema

message event {
  required binary id (STRING);
  required binary event_type (STRING);
  required binary issuer (STRING);
  required binary cik (STRING);
  required int64 filed_at (TIMESTAMP);
  optional binary reporting_owner (STRING);
  optional binary transaction_code (STRING);
  optional int64 shares;
  optional double price_per_share;
  optional double total_value;
}

Confidence Score

RangeInterpretation
1.0Verified from SEC
0.9-0.99High confidence
0.7-0.89Medium confidence
< 0.7Manual review suggested

Built for traders who value data provenance.