Dictionary

Filing

The data dictionary and definitions for a Filing


Fields

ParameterTypeDescription
filing_idintThe Aiera-unique identifier for the filing
equity *objThe associated equity object (see below)
titlestrThe title of the filing document
form_numberstrThe official SEC-assigned form number (e.g., 10-K, 10-Q, 8-K)
form_namestrThe human-readable short form name (e.g., "Quarterly Report")
filing_organizationstrThe entity responsible for publishing the filing (e.g., sec)
filing_systemstrThe filing system used (e.g., edgar)
is_amendmentboolWhether this filing document is an amendment
period_end_datedateThe ISO-formatted end date of the reporting period covered by the filing
release_datedatetimeThe ISO-formatted date and time of when the filing was publicly released
arrival_datedatetimeThe ISO-formatted date and time of when the filing was received and accepted by the filing organization
pulled_datedatetimeThe ISO-formatted date and time of when the filing was retrieved by Aiera
pdf_urlstrURL of the filing document in PDF format
aiera_urlstrURL to the filing document in the Aiera dashboard
json_syncedboolWhether the filing data has been synced to JSON format
json_availableboolWhether the filing JSON data is available for retrieval
datafiles_syncedboolWhether associated data files have been synced (list endpoint only)
summary *listAI-generated summary paragraphs of the filing (single filing endpoint only)
datafiles *listArray of XBRL and other data files associated with the filing (single filing endpoint only)

equity

{
  "equity": {
    "equity_id": 1,
    "company_id": 1,
    "name": "Amazon.com Inc",
    "common_name": "Amazon",
    "local_ticker": "AMZN",
    "mic": "XNAS",
    "bloomberg_ticker": "AMZN:US",
    "isin": "US0231351067",
    "permid": "4307665276"
  }
}
ParameterTypeDescription
equity_idintThe Aiera-unique identifier for the equity
company_idintThe Aiera-unique identifier for the parent company
namestrThe official name of the equity
common_namestrThe common name of the equity
local_tickerstrThe ticker on the local exchange
micstrThe Market Identifier Code for the exchange
bloomberg_tickerstrThe Bloomberg identifier for the equity
isinstrThe ISIN for the equity
permidstrThe PermID for the equity

Possibles

filing_organization

OptionDescription
secU.S. Securities and Exchange Commission

filing_system

OptionDescription
edgarSEC EDGAR filing system

summary

The summary field contains an array of strings, where each string is a paragraph summarizing a key aspect of the filing.

{
  "summary": [
    "Amazon.com, Inc.'s SEC filing reveals key financial metrics for the period ending September 30, 2024...",
    "Operating expenses saw a rise, primarily due to cost of sales, fulfillment, and technology infrastructure spending...",
    "Amazon faced legal proceedings concerning patent infringements and regulatory scrutiny..."
  ]
}

datafiles

{
  "datafiles": [
    {
      "file_type": "EX-101.SCH",
      "description": "XBRL TAXONOMY EXTENSION SCHEMA DOCUMENT",
      "origin": "https://www.sec.gov/Archives/edgar/data/1018724/...",
      "url": "https://premium.aiera.com/api/filings-v1/7968743/datafile/..."
    }
  ]
}

datafile fields

ParameterTypeDescription
file_typestrThe type of data file
descriptionstrHuman-readable description of the file
originstrOriginal source URL of the file
urlstrAiera API URL to retrieve the file

file_type options

OptionDescription
EX-101.SCHXBRL Taxonomy Extension Schema Document
EX-101.CALXBRL Taxonomy Extension Calculation Linkbase
EX-101.DEFXBRL Taxonomy Extension Definition Linkbase
EX-101.LABXBRL Taxonomy Extension Label Linkbase
EX-101.PREXBRL Taxonomy Extension Presentation Linkbase
XMLExtracted XBRL Instance Document
Previous
Transcript