SEC Report Attributes
Snowflake table name : CYBERSYN.SEC_REPORT_ATTRIBUTES
Name | Description | Type | Example |
---|---|---|---|
| Unique identifier for each individual measure. | VARCHAR |
|
| Central Index Key (CIK). Ten digit number assigned by the SEC to each registrant that submits filings. | VARCHAR |
|
| Accession Number assigned to each filing in the EDGAR system. Unique identifier for each individual filing. The Accession number can be used to track all records from a single filing. | VARCHAR |
|
| The text presented on the line item in the original filing. Also known as a "preferred" label. | VARCHAR |
|
| Unique name of the variable or measurement that pertains to the value. | VARCHAR |
|
| An identifier for the naming convention version of a given tag. | VARCHAR |
|
| The unit of measure for the value. | VARCHAR |
|
| The value. This is not scaled, it is as found in the Interactive Data file, but is rounded to four digits to the right of the decimal point. | VARCHAR |
|
| Represents the report grouping. This is the sequential order of the line item in the XBRL data. | NUMBER |
|
| The financial statement location to which the value of the "report" field pertains. | VARCHAR |
|
| Period start date of the value. For point-in-time values such as balance sheet items, this is the same as the period_end_date. | DATE |
|
| Period end date of the value. | DATE |
|
| The count of the number of quarters represented by the data value, rounded to the nearest whole number. "0" indicates it is a point-in-time value (e.g., cash balance as of a particular date). | NUMBER |
|
| Concatenation of tag names representing the axis and members appearing in the XBRL segments. Tag names have their first characters "Statement", last 4 characters "Axis", and last 6 characters "Member" or "Domain" truncated where they appear. Namespaces and prefixes are ignored because EDGAR validation guarantees that the local-names are unique with a submission. Each dimension is represented as the pair "{axis}={member};" and the axes concatenated in lexical order. Example: "LegalEntity=Xyz;Scenario=Restated;" represents the XBRL segment with dimension LegalEntityAxis and member XyzMember, dimension StatementScenarioAxis and member RestatedMember. | VARIANT |
|
Last updated