removedOutput schema / properties / data / properties
Removed value: -{
- "addresses": {
- "additionalProperties": false,
- "description": "Addresses on file with the SEC. Either may be null when EDGAR holds none.",
- "properties": {
- "business": {
- "additionalProperties": false,
- "description": "Business address of record.",
- "properties": {
- "city": {
- "description": "City or town.",
- "type": [
- "string",
- "null"
- ]
- },
- "state_or_country": {
- "description": "State code for US addresses, or an EDGAR country code for foreign addresses.",
- "type": [
- "string",
- "null"
- ]
- },
- "street1": {
- "description": "First address line.",
- "type": [
- "string",
- "null"
- ]
- },
- "street2": {
- "description": "Second address line.",
- "type": [
- "string",
- "null"
- ]
- },
- "zip": {
- "description": "Postal code as filed. Not validated against USPS.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "street1",
- "street2",
- "city",
- "state_or_country",
- "zip"
- ],
- "type": [
- "object",
- "null"
- ]
- },
- "mailing": {
- "additionalProperties": false,
- "description": "Mailing address of record.",
- "properties": {
- "city": {
- "description": "City or town.",
- "type": [
- "string",
- "null"
- ]
- },
- "state_or_country": {
- "description": "State code for US addresses, or an EDGAR country code for foreign addresses.",
- "type": [
- "string",
- "null"
- ]
- },
- "street1": {
- "description": "First address line.",
- "type": [
- "string",
- "null"
- ]
- },
- "street2": {
- "description": "Second address line.",
- "type": [
- "string",
- "null"
- ]
- },
- "zip": {
- "description": "Postal code as filed. Not validated against USPS.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "street1",
- "street2",
- "city",
- "state_or_country",
- "zip"
- ],
- "type": [
- "object",
- "null"
- ]
- }
- },
- "required": [
- "business",
- "mailing"
- ],
- "type": "object"
- },
- "category": {
- "description": "SEC filer category (e.g. Large accelerated filer). May contain HTML line breaks exactly as EDGAR publishes them.",
- "type": [
- "string",
- "null"
- ]
- },
- "cik": {
- "description": "SEC Central Index Key, zero-padded to 10 digits.",
- "type": "string"
- },
- "ein": {
- "description": "Employer Identification Number as filed with the SEC, digits only and unformatted. Some filers report a placeholder such as 000000000.",
- "type": [
- "string",
- "null"
- ]
- },
- "entity_type": {
- "description": "EDGAR entity classification (e.g. operating), or null when EDGAR states none.",
- "type": [
- "string",
- "null"
- ]
- },
- "exchanges": {
- "description": "Listing venues recorded by the SEC, one entry per entry in tickers and positionally aligned with it: exchanges[i] is the venue for tickers[i]. An entry is null when EDGAR records no venue for that security (live example: tickers [MAAI, MAA, MAA-PI] against exchanges [null, NYSE, NYSE]), so nulls are preserved rather than dropped. Empty when the filer has no listed security. EDGAR occasionally returns fewer exchange entries than tickers; treat a missing trailing entry as unknown.",
- "items": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": "array"
- },
- "fiscal_year_end": {
- "description": "Fiscal year end as MMDD (e.g. 0926 for 26 September), or null when EDGAR states none.",
- "type": [
- "string",
- "null"
- ]
- },
- "former_names": {
- "description": "Previous EDGAR filer names in EDGAR's own order, which is not guaranteed to be chronological — sort by from/to yourself if you need an ordered history. Empty when the filer has never changed name on EDGAR.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "from": {
- "description": "ISO 8601 timestamp from which the former name applied, exactly as EDGAR publishes it.",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Former filer name.",
- "type": "string"
- },
- "to": {
- "description": "ISO 8601 timestamp until which the former name applied, exactly as EDGAR publishes it.",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "name",
- "from",
- "to"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "investor_website": {
- "description": "Investor relations website recorded by the SEC, or null. EDGAR leaves this blank for most filers.",
- "type": [
- "string",
- "null"
- ]
- },
- "lei": {
- "description": "Legal Entity Identifier recorded by the SEC, or null when the filer has not reported one. Frequently null even for large filers; use entity.lei.search to look one up by name.",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Current filer name on EDGAR.",
- "type": "string"
- },
- "phone": {
- "description": "Contact telephone number exactly as filed with the SEC; formatting is not normalised, so values such as (408) 996-1010, 408-996-1010 and 4089961010 all occur. No country code is implied and the number is not validated.",
- "type": [
- "string",
- "null"
- ]
- },
- "sic_code": {
- "description": "Standard Industrial Classification code assigned by the SEC, or null when unassigned.",
- "type": [
- "string",
- "null"
- ]
- },
- "sic_description": {
- "description": "SEC description of the SIC code (e.g. Electronic Computers).",
- "type": [
- "string",
- "null"
- ]
- },
- "state_of_incorporation": {
- "description": "State or country of incorporation code as recorded by the SEC.",
- "type": [
- "string",
- "null"
- ]
- },
- "state_of_incorporation_description": {
- "description": "EDGAR's stateOfIncorporationDescription field. Despite the name it is usually the same code as state_of_incorporation rather than a human-readable name (EDGAR returns \"CA\" for both on CIK 0000320193); expect a longer description only for the foreign-jurisdiction codes where EDGAR supplies one. Do not rely on it for display.",
- "type": [
- "string",
- "null"
- ]
- },
- "tickers": {
- "description": "Trading symbols recorded by the SEC for this filer, in EDGAR order. Empty when the filer has no listed security.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "website": {
- "description": "Corporate website recorded by the SEC, or null. EDGAR leaves this blank for most filers.",
- "type": [
- "string",
- "null"
- ]
- }
-}