Form13DG
A beneficial ownership report (Schedule 13D/13G and their amendments): a filer disclosing a stake in an issuer's class of securities, together with the issuer's shares outstanding sourced from its most recent periodic report.
▶Proto definition.proto
message Form13DG { string accession_no = 1; string cik = 2; string company = 3; string ticker = 4; string filing_date = 5; string formtype = 6; double ownership_percent = 7; int64 shares = 8; string issuer_name = 9; string issuer_symbol = 10; string issuer_type = 11; string cusip = 12; int64 amendment_no = 13; repeated string cusip_issuer_type = 14; string filed_by_cik = 15; int64 shares_outstanding = 16; string shares_report_formtype = 17; string shares_report_date = 18; int64 class_b_shares_outstanding = 19; }
Fields
accession_no
string
1
the filing's accession no
cik
string
2
the CIK of the issuer (the company whose securities are the subject of the filing)
company
string
3
the name of the beneficial owner filing the report (the filer, not the issuer)
ticker
string
4
the ticker of the beneficial owner filing the report, if any
filing_date
string
5
the date the filing was published to the SEC on
formtype
string
6
the SEC form type (13D, 13D/A, 13G, 13G/A)
ownership_percent
double
7
percentage of the issuer's security class beneficially owned by the filer
shares
int64
8
number of the issuer's shares beneficially owned by the filer
issuer_name
string
9
the name of the issuer whose securities are reported on
issuer_symbol
string
10
the ticker of the issuer whose securities are reported on
issuer_type
string
11
the type of the reported security (e.g. "Common Stock")
cusip
string
12
the CUSIP identifier of the issuer's reported security
amendment_no
int64
13
the amendment number, if this is an amendment
cusip_issuer_type
string
repeated
14
security type(s) derived from a CUSIP lookup (e.g. Share, Fund, Warrant)
filed_by_cik
string
15
the CIK of the beneficial owner entity that filed the report
shares_outstanding
int64
16
total shares outstanding of the issuer's class, sourced from a prior SEC filing
shares_report_formtype
string
17
the form type of the prior SEC filing that reported shares_outstanding (e.g. 10-K, 10-Q)
shares_report_date
string
18
the date of the prior SEC filing that reported shares_outstanding
class_b_shares_outstanding
int64
19
total class B shares outstanding (if applicable), sourced from a prior SEC filing