DTD (Document Type Definition)
Last updated: December 19, 2025
Most recent changes include Engagement and Sentiment via reaction_count, comment_count, sentiment, sentiment_score
| Field | Type(s) | Required | Example | Description |
|---|---|---|---|---|
| company.cik_id | String, NilClass | Yes | 789019 | SEC-assigned identifier for regulatory purposes. |
| company.cusip | String, NilClass | Yes | 594918104 | CUSIP identifying the company’s securities in North America. |
| company.id | Integer | Yes | 857 | Unique Cometrics identifier for the company. |
| company.industry | Object | No | — | GICS industry classification object. |
| company.industry.code | String | No | 45103020 | Numerical code for the company’s industry. |
| company.industry.id | Integer | No | 167 | Cometrics identifier for the associated industry. |
| company.industry.level | String | No | Sub-Industry | Hierarchical level within the industry sector. |
| company.industry.name | String | No | Systems Software | Industry classification or sector name. |
| company.isin | String, NilClass | Yes | US5949181045 | International Securities Identification Number (ISIN). |
| company.name | String | Yes | Microsoft Corporation | Official registered company name. |
| company.sic_id | String, NilClass | Yes | 7372 | Standard Industrial Classification (SIC) code. |
| content.created_at | String | Yes | Fri, 01 Mar 2024 02:43:33 +0000 | Timestamp when content was ingested into Cometrics. |
| content.platform | String | Yes | Platform where the content was published. | |
| content.publisher_created_at | String | Yes | Tue, 13 Feb 2024 00:00:00 +0000 | Original publish timestamp from the platform. |
| content.title | String, NilClass | Yes | (long-form text) | Main heading or introductory text of the content. |
| content.uuid | String | Yes | bc646f8f-e80a-4db5-9899-ab9875689e71 | Universally unique identifier (UUID) for the content. |
| content.was_translated | Boolean | Yes | false | Indicates whether the content was translated. |
| content.is_ad | Boolean | Yes | false | Indicates whether the content is an advertisement. |
| content.is_document | Boolean | Yes | false | Indicates whether the content is a document. |
| content.is_news | Boolean | Yes | false | Indicates whether the content is classified as news. |
| content.possibly_nsfw | Boolean | Yes | false | Indicates whether the content may be unsafe for work. |
| content.themes | Array of Objects | Yes | [{"id":762,"name":"Diversity & Equality"}] | Themes associated with the content. |
| content.themes[].id | Integer | No | 762 | Unique identifier for a theme. |
| content.themes[].name | String | No | Diversity & Equality | Name of the theme. |
| content.reaction_count | Integer | Yes | 510 | Total reactions (likes, emojis, etc.). |
| content.comment_count | Integer | Yes | 18 | Total number of comments. |
| content.sentiment | String | Yes | positive | Sentiment classification derived from analysis. |
| content.sentiment_score | Float | Yes | 0.9006993771 | Normalized sentiment score (typically −1.0 to 1.0). |
| executive.alignment_score | Float, NilClass | Yes | 0.54 | Degree of alignment with organizational priorities. |
| executive.name | String | Yes | Kathleen Hogan | Name of the executive. |
| executive.title | String, NilClass | Yes | Executive Vice President and Chief Human Resources Officer | Executive’s role or title. |
| executive.uuid | String | Yes | 50fbd748-15cc-4533-9392-035e46b8bf08 | Unique identifier for the executive. |