changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "cik": {
+ "description": "SEC Central Index Key.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "company": {
+ "description": "Registrant name.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fetchedAt": {
+ "description": "When the statements were last extracted from SEC.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "postIpoPeriods": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/properties/preIpoPeriods/anyOf/0/items"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Periods from 10-K/10-Q/20-F filings after listing."
+ },
+ "preIpoPeriods": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "annualizedMetrics": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Interim periods only: flow items annualized to 12 months."
+ },
+ "currency": {
+ "description": "Reporting currency.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "derived": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Computed ratios: margins, growth, leverage, returns."
+ },
+ "durationMonths": {
+ "description": "Length of the period in months.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "fxToUsd": {
+ "description": "Multiply by this to convert to USD.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "metrics": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Tagged line items as reported (revenue, net income, cash, debt, ...)."
+ },
+ "periodEndDate": {
+ "description": "YYYY-MM-DD.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "periodStartDate": {
+ "description": "YYYY-MM-DD.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "periodType": {
+ "description": "Annual or interim, as filed.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Periods reported in the registration statement, before listing."
+ },
+ "symbol": {
+ "description": "Ticker.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "symbolNote": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Present only when the requested ticker is contested: which registrant it belongs to now vs. the record served."
+ }
+ },
+ "type": "object"
+}