Workspace beta is live — BYO-LLM chat wired to 57 SEC tools. Try it free →
ValueinValuein
Data Catalog

What's in the dataset

Browse all available fields, SEC XBRL tags, and table schemas. Every field you can query via API or SDK.

105M+
Total Facts
19,000+
Entities
1993–Now
History
9
Tables

Schema Browser

Field NameTypeTableDescriptionSEC Tag
cikVARCHAR
entity
SEC Central Index Key — 10-digit unique company identifierdei:EntityCentralIndexKey
nameVARCHAR
entity
Legal registered company namedei:EntityRegistrantName
leiVARCHAR
entity
Legal Entity Identifier (ISO 17442 20-character code)
industryVARCHAR
entity
Industry classification description
sectorVARCHAR
entity
Broad market sector (e.g. Technology, Healthcare, Financials)
sic_codeVARCHAR
entity
Standard Industrial Classification code (4-digit)dei:EntitySICCode
sic_descriptionVARCHAR
entity
Full SEC SIC industry label (e.g. 'Electronic Computers'). Companion to sic_code — use this when a human-readable string is more useful than the raw 4-digit code.
fiscal_year_endVARCHAR
entity
Fiscal year end as MMDD (e.g. 1231 = December 31)
locationVARCHAR
entity
Company headquarters location (city, state, country)
websiteVARCHAR
entity
Company primary website URL
ceoVARCHAR
entity
Chief Executive Officer name at most recent filing
founded_yearSMALLINT
entity
Year the company was founded
descriptionVARCHAR
entity
Company business description extracted from SEC filings
statusVARCHAR
entity
Entity status: ACTIVE, INACTIVE, or DELISTED. Filter status != 'ACTIVE' to include all non-active companies
entity_typeVARCHAR
entity
SEC-defined filer category (e.g. Non-accelerated Filer, Large Accelerated Filer)dei:EntityFilerCategory
einVARCHAR
entity
Employer Identification Number (IRS tax ID)
owner_orgVARCHAR
entity
Parent or controlling organization name
investor_websiteVARCHAR
entity
Investor relations website URL
categoryVARCHAR
entity
SEC registrant category
state_of_incorporationVARCHAR
entity
US state or country of incorporation (2-letter code)dei:EntityIncorporationStateCountryCode
state_of_incorporation_descriptionVARCHAR
entity
Full SEC label for the state-of-incorporation code (e.g. 'Delaware')
phoneVARCHAR
entity
Company contact phone numberdei:EntityContactTelephoneNumber
business_addressVARCHAR
entity
Principal registered business (HQ) address — single concatenated line. Renamed from 'address' in schema v2.1.0.
mailing_addressVARCHAR
entity
Mailing address (separate from HQ) — registered agent / correspondence target. Often differs from business_address for foreign issuers and trusts.
country_codeVARCHAR
entity
ISO country code of the issuer's primary location
is_foreignBOOLEAN
entity
TRUE if the issuer is a non-US registrant (typically a 20-F / 40-F filer)
flagsVARCHAR
entity
SEC-flagged status string (e.g. 'Shell', 'Delinquent'). NULL for clean issuers.
has_insider_transactionsBOOLEAN
entity
SEC declares Form 4/5 insider activity exists for this issuer
is_insider_ownerBOOLEAN
entity
SEC declares this CIK itself owns insider holdings
former_namesJSON
entity
SEC formerNames[] history — JSON array of {name, from, to} objects. Useful for ticker-history queries and merger lineage (e.g. FB → META). Empty array when the issuer has never renamed.
last_seen_atDATE
entity
Date this entity last appeared in any SEC filing
ingested_atTIMESTAMPTZ
entity
Timestamp when Valuein first ingested this entity record
idINTEGER
security
Surrogate primary key for the security record
entity_idVARCHAR
security
Foreign key to entity.cik — the issuing companydei:EntityCentralIndexKey
symbolVARCHAR
security
Exchange ticker symboldei:TradingSymbol
exchangeVARCHAR
security
Stock exchange name (e.g. NASDAQ, NYSE)
micVARCHAR
security
Market Identification Code (ISO 10383)
valid_fromDATE
security
SCD Type 2 start date — when this ticker became active on this exchange
valid_toDATE
security
SCD Type 2 end date — when this ticker was retired. NULL means currently active
is_activeBOOLEAN
security
Derived: TRUE when valid_to IS NULL. Use to filter current tickers only
figiVARCHAR
security
Financial Instrument Global Identifier at share-class level (OpenFIGI)
composite_figiVARCHAR
security
Composite FIGI at the exchange level
share_class_figiVARCHAR
security
Share class FIGI
security_typeVARCHAR
security
Instrument type (e.g. Common Stock, ADR, ETF)
market_sectorVARCHAR
security
FIGI market sector classification
figi_tickerVARCHAR
security
Ticker symbol as recorded in the OpenFIGI registry
figi_nameVARCHAR
security
Security name from the OpenFIGI registry
figi_exch_codeVARCHAR
security
Exchange code from the OpenFIGI registry
is_primary_tickerBOOLEAN
security
TRUE for the ticker SEC's company_tickers.json marks as the entity's primary listing. Multi-share-class issuers (BRK-A/BRK-B, GOOG/GOOGL) emit multiple is_active=TRUE rows; default consumer queries filter is_primary_ticker=TRUE for one row per CIK.
ingested_atTIMESTAMPTZ
security
Timestamp when Valuein first ingested this security record
accession_idVARCHAR
filing
SEC EDGAR accession number — unique filing identifier (format: XXXXXXXXXX-YY-ZZZZZZ)
entity_idVARCHAR
filing
Foreign key to entity.cik — the filing companydei:EntityCentralIndexKey
filing_dateDATE
filing
Date the SEC received and accepted the filing. Use this for PIT backtest filters — not report_date
form_typeVARCHAR
filing
Filing type: 10-K (annual), 10-Q (quarterly), 20-F (foreign annual), 8-K (current report), etc.dei:DocumentType
filing_urlVARCHAR
filing
Full URL to the filing document on SEC EDGAR
is_amendmentBOOLEAN
filing
TRUE if this is an amended filing (e.g. 10-K/A, 10-Q/A)
amendment_noSMALLINT
filing
Amendment sequence number — 0 for the original filing, 1 for the first amendment, etc.
superseded_byVARCHAR
filing
Accession-id of the filing that supersedes this one in the amendment chain (NULL when this is the latest version). Populated post-ingest.
report_dateDATE
filing
Fiscal period end date covered by this filing. Using this as a PIT filter introduces look-ahead bias — use filing_date or accepted_at instead.dei:DocumentPeriodEndDate
itemsVARCHAR[]
filing
Array of 8-K item numbers reported (e.g. ['1.01', '9.01']). NULL for non-8-K filings
sizeINTEGER
filing
Filing size in bytes (per SEC submissions feed)
is_xbrlBOOLEAN
filing
SEC-declared: filing carries an XBRL exhibit
is_inline_xbrlBOOLEAN
filing
SEC-declared: filing uses Inline XBRL (iXBRL)
is_xbrl_numericBOOLEAN
filing
Distinct from is_xbrl/is_inline_xbrl — TRUE when the XBRL exhibit carries machine-readable numeric facts (the source of every fact-table row).
primary_documentVARCHAR
filing
Filename of the lead document in the filing package
primary_doc_descriptionVARCHAR
filing
SEC-provided label describing the primary document
core_typeVARCHAR
filing
Base form_type stripped of the /A amendment suffix (e.g. 10-K/A → 10-K). Use this for form-family filtering when you don't care whether a filing is the original or an amendment.
file_numberVARCHAR
filing
SEC EDGAR file number (e.g. 001-36743)
film_numberVARCHAR
filing
SEC EDGAR microfiche / film number assigned at acceptance
actVARCHAR
filing
Securities-Act designator: '33' (1933 Act), '34' (1934 Act), or empty. Helps distinguish registration-statement vs. exchange-act filings.
is_auditedBOOLEAN
filing
Filing is an annual (audited) report — TRUE for 10-K / 20-F and their amendments, FALSE for 10-Q / 8-K / etc.
accepted_atTIMESTAMPTZ
filing
Exact timestamp the SEC accepted the filing (millisecond precision). Every fact disclosed in this filing inherits the same accepted_at as its PIT anchor.
ingested_atTIMESTAMPTZ
filing
Timestamp when Valuein ingested this filing record
fact_idVARCHAR
fact
Deterministic identity hash: SHA-256(entity_id|accession_id|concept|period_end|unit). 64-character lowercase hex string. Use with verify_fact_lineage to trace any number to its source filing.
entity_idVARCHAR
fact
Foreign key to entity.cikdei:EntityCentralIndexKey
accession_idVARCHAR
fact
Foreign key to filing.accession_id
conceptVARCHAR
fact
Raw XBRL tag as filed by the company (e.g. us-gaap:Revenues). Use standard_concept for cross-company comparisons.xbrl:concept
standard_conceptVARCHAR
fact
Canonical normalized concept label (e.g. Revenues, NetIncomeLoss). Maps 11,966 raw XBRL tags to 292 standard concepts (95% coverage).
prioritySMALLINT
fact
Standardization priority — lower value = higher confidence in the concept mapping
labelVARCHAR
fact
Human-readable label from the company's XBRL filing context
numeric_valueDOUBLE
fact
The value as reported in this specific filing (accession_id). NULL for non-numeric facts.
derived_quarterly_valueDOUBLE
fact
Quarterly value derived by subtracting prior YTD periods (Q2/Q3 10-Q cash flows are filed as YTD). Use COALESCE(derived_quarterly_value, numeric_value) for single-quarter cash flow metrics.
unitVARCHAR
fact
Unit of measure: USD, shares, pure (dimensionless ratio), etc.
period_startDATE
fact
Reporting period start date. NULL for instant/point-in-time facts (e.g. balance sheet items)
period_endDATE
fact
Reporting period end date. Table is range-partitioned on this column by year.
fiscal_yearINTEGER
fact
Fiscal year number (e.g. 2024). INT16 in the parquet — no cast needed for cross-table joins.
fiscal_periodVARCHAR
fact
Fiscal period label: FY (annual), Q1, Q2, Q3, Q4
frameVARCHAR
fact
XBRL frame identifier linking this fact to a specific reporting period context
statement_typeVARCHAR
fact
Financial statement category: income, balance_sheet, cash_flow, dei, notes
confidence_scoreDOUBLE
fact
Composite data quality confidence metric (0.0–1.0). Use >= 0.70 for analytics.
is_negativeBOOLEAN
fact
TRUE if the originally reported value was negative
is_auditedBOOLEAN
fact
TRUE if this fact comes from an audited annual filing (10-K or 20-F)
is_estimatedBOOLEAN
fact
TRUE if the value is estimated rather than directly reported
data_qualityVARCHAR
fact
Data quality flag: reported, estimated, or provisional
accepted_atTIMESTAMPTZ
fact
Point-in-time timestamp — when this fact became publicly known via SEC EDGAR. Filter accepted_at <= trade_date for look-ahead-free backtests.
ingested_atTIMESTAMPTZ
fact
Timestamp when Valuein ingested this fact
reporting_currencyVARCHAR
fact
ISO-4217 currency code when the unit is monetary (e.g. USD, EUR, JPY). NULL for non-monetary facts (shares, ratios, days). Required for 20-F filers and any non-USD reporter.
period_span_daysINTEGER
fact
Number of calendar days spanned by this reporting period
is_cumulativeBOOLEAN
fact
TRUE if the value is cumulative year-to-date rather than for the period in isolation (common in 10-Q cash flow statements)
derivation_typeVARCHAR
fact
Method used to derive the quarterly value: ytd_subtraction, direct, or NULL if not derived
derivation_uncertainBOOLEAN
fact
TRUE if the quarterly derivation has reduced confidence due to fiscal-period ambiguity
value_currentDOUBLE
fact
Bloomberg Option-C: the latest-known value for this (entity_id, standard_concept, period_end, unit) — i.e. the value any analyst watching the tape today would see. Computed at export time via DuckDB window functions.
value_as_filedDOUBLE
fact
Bloomberg Option-C: the originally-reported value (first-ever accepted_at in the partition). Compare with value_current to detect restatements.
first_filed_atTIMESTAMPTZ
fact
Timestamp of first disclosure (min accepted_at in the partition)
restatedBOOLEAN
fact
TRUE if any version of this fact in the partition differs from the others — signals that a later filing restated this number. Computed against the GLOBAL warehouse state, NOT PIT — for PIT reasoning use value_current vs. value_as_filed.
idBIGINT
valuation
Surrogate primary key for the valuation record
entity_idVARCHAR
valuation
Foreign key to entity.cik — the company being valueddei:EntityCentralIndexKey
security_idINTEGER
valuation
Foreign key to security.id — the specific security valued (NULL if company-level only)
valuation_dateDATE
valuation
The fiscal period_end the valuation was computed against
model_typeVARCHAR
valuation
Valuation model identifier. Live values: 'dcf' (earnings-based two-stage), 'dcf_fcf' (free-cash-flow-based two-stage), 'ddm' (dividend discount model). Multiple rows per (entity_id, valuation_date) are expected.
model_versionVARCHAR
valuation
Version string of the valuation model algorithm (e.g. 1.0)
intrinsic_valueDOUBLE
valuation
Total enterprise / equity value implied by the model (currency)
per_share_valueDOUBLE
valuation
intrinsic_value / shares_outstanding — the model's fair-value estimate per share
margin_of_safetyDOUBLE
valuation
(per_share_value - current_price) / per_share_value. >0 = undervalued.
valuation_labelVARCHAR
valuation
Human-readable bucket — 'undervalued' / 'fairly_valued' / 'overvalued'
base_earningsDOUBLE
valuation
DCF: trailing FCF base. DDM: trailing dividend base.
growth_rateDOUBLE
valuation
Stage-1 growth rate
terminal_rateDOUBLE
valuation
Terminal-stage growth rate
discount_rateDOUBLE
valuation
WACC for DCF; cost of equity for DDM
growth_yearsINTEGER
valuation
Stage-1 horizon in years
terminal_yearsINTEGER
valuation
Years modeled in the terminal phase before the perpetuity
shares_outstandingBIGINT
valuation
Diluted shares outstanding used to convert total equity value to a per-share figure
current_priceDOUBLE
valuation
Market price used to compute margin_of_safety. NULL when the pipeline could not source a quote — margin_of_safety is then NULL too.
base_dividendDOUBLE
valuation
DDM only: trailing dividend base
dividend_growth_rateDOUBLE
valuation
DDM only: expected long-term dividend growth rate
payout_ratioDOUBLE
valuation
Dividend payout ratio (dividends ÷ earnings)
data_qualityVARCHAR
valuation
Pipeline-assigned label — 'reported' | 'estimated' | 'low_confidence'
source_periodVARCHAR
valuation
Which fiscal period (e.g. FY2024, TTM) supplied base_earnings
assumptionsJSON
valuation
Full input bundle for the model — base_earnings, discount_rate, growth_rate, terminal_growth_rate, etc. Use to reproduce the calc.
created_atTIMESTAMPTZ
valuation
Timestamp when this valuation record was first computed
updated_atTIMESTAMPTZ
valuation
Timestamp when this valuation record was last recomputed (ON CONFLICT DO UPDATE)
standard_conceptVARCHAR
taxonomy_guide
Canonical concept name (primary key) — matches fact.standard_concept for joins
human_nameVARCHAR
taxonomy_guide
Human-readable display name for the concept (e.g. Total Revenue)
definitionVARCHAR
taxonomy_guide
Plain-English definition of what this financial concept measures
unit_typeVARCHAR
taxonomy_guide
Expected unit of measure: monetary, shares, ratio, pure, etc.
balance_typeVARCHAR
taxonomy_guide
Accounting balance type: debit or credit
source_referenceVARCHAR
taxonomy_guide
US-GAAP taxonomy reference identifier for this concept
idINTEGER
index_membership
Surrogate primary key
cikVARCHAR
index_membership
Foreign key to entity.cik — the index constituent. JOIN with references on cik = cik (same column name on both sides since migration 0015).dei:EntityCentralIndexKey
index_nameVARCHAR
index_membership
Canonical short code: SP500 | NASDAQ100 | RUSSELL3000 | WILSHIRE5000
effective_dateDATE
index_membership
First trading day the company traded as a member
announcement_dateDATE
index_membership
Date S&P Dow Jones Indices publicly announced the addition. Typically 5–10 trading days before effective_date. NULL on rows from Wikipedia/GitHub seed/IVV daily layers — only the S&P press release scraper populates this.
removal_dateDATE
index_membership
First trading day the company was NOT a member. NULL = current. [) interval semantics — a company removed on 2017-06-19 is NOT a member on 2017-06-19.
removal_announcement_dateDATE
index_membership
Date the removal was publicly announced; symmetric with announcement_date. NULL when only Wikipedia/IVV layers wrote the row.
removal_reasonVARCHAR
index_membership
merger | acquisition | bankruptcy | criteria | spinoff | other. NULL when removal_date IS NULL.
successor_cikVARCHAR
index_membership
Acquirer CIK when removal_reason in {merger, acquisition}. Essential for backtests crossing M&A — without it, a stock disappearing looks indistinguishable from a delisting.
sourceVARCHAR
index_membership
Provenance: wikipedia | ivv | spglobal_press | github_seed | manual
confidenceVARCHAR
index_membership
high | medium | low. Used by get_pit_universe to set pit_safe automatically — pre-2000 dates default to 'low'.
notesVARCHAR
index_membership
Free-text annotation
ingested_atTIMESTAMPTZ
index_membership
Timestamp when Valuein first ingested this membership row
updated_atTIMESTAMPTZ
index_membership
Timestamp when this membership row was last updated
cikVARCHAR
references
SEC Central Index Key — 10-digit unique company identifier (from entity)dei:EntityCentralIndexKey
nameVARCHAR
references
Legal registered company name (from entity)dei:EntityRegistrantName
sectorVARCHAR
references
Broad market sector (from entity)
industryVARCHAR
references
Industry classification description (from entity)
sic_codeVARCHAR
references
Standard Industrial Classification code 4-digit (from entity)dei:EntitySICCode
statusVARCHAR
references
Entity status: ACTIVE, INACTIVE, or DELISTED (from entity)
entity_typeVARCHAR
references
SEC-defined filer category (from entity)
security_idINTEGER
references
Surrogate PK of the security record (from security)
symbolVARCHAR
references
Exchange ticker symbol (from security)dei:TradingSymbol
exchangeVARCHAR
references
Stock exchange name e.g. NASDAQ, NYSE (from security)
micVARCHAR
references
Market Identification Code ISO 10383 (from security)
valid_fromDATE
references
SCD Type 2 start date — when this ticker became active (from security)
valid_toDATE
references
SCD Type 2 end date — NULL means currently active (from security)
is_activeBOOLEAN
references
TRUE when valid_to IS NULL — use to filter current tickers only (from security). For index membership, JOIN index_membership ON references.cik = index_membership.cik — there is no is_sp500 flag (dropped 2026-05-02 because it was snapshot-only and single-index).
figiVARCHAR
references
Financial Instrument Global Identifier share-class level (from security)
composite_figiVARCHAR
references
Composite FIGI at the exchange level (from security)
share_class_figiVARCHAR
references
Share class FIGI (from security)
entity_idVARCHAR
ratio
Foreign key to entity.cikdei:EntityCentralIndexKey
ratio_nameVARCHAR
ratio
Ratio identifier (e.g. roe, gross_margin, debt_to_equity)
categoryVARCHAR
ratio
Groups ratios for filtering: profitability | per_share | liquidity | leverage | efficiency | owner_earnings | valuation
valueDOUBLE
ratio
Numeric value of the ratio. Inspect `unit` for the scale (percent vs decimal vs multiple).
unitVARCHAR
ratio
Unit: percent | per_share | pure | x
period_endDATE
ratio
Reporting period end date the ratio was computed for
fiscal_yearINTEGER
ratio
Fiscal year of the underlying period
fiscal_periodVARCHAR
ratio
FY | Q1 | Q2 | Q3 | Q4 | TTM
is_ttmBOOLEAN
ratio
TRUE for trailing-twelve-months rows
computed_atTIMESTAMPTZ
ratio
Pipeline-run timestamp the ratio was last computed (NOT a PIT field — recomputed on every pipeline run via ON CONFLICT DO UPDATE).

Showing 178 of 178 fields

Standard Concepts

The canonical standard_concept dictionary — 291 normalized financial concepts that 11,966 raw XBRL tags map onto. Filter fact.standard_concept by any of these for clean, comparable cross-company queries.

ConceptNameStatementDefinition
AntidilutiveSharesAntidilutive Shares
Income Statement
Shares excluded from diluted EPS as antidilutive.
ClaimsAndBenefitsClaims And Benefits
Income Statement
Insurance claims and policyholder benefits incurred.
ClinicalTrialCostsClinical Trial Costs
Income Statement
Costs incurred running clinical trials. Not always disclosed as a separate line — often embedded in R&D. When broken out, reveals development-stage focus.
CostOfRevenueCost Of Revenue
Income Statement
Direct costs attributable to revenue generation (COGS + COS).
CurrentIncomeTaxExpenseCurrent Income Tax Expense
Income Statement
Aggregated current-period income tax expense (federal + state + foreign). Distinct from the deferred-tax component, which moves through DeferredTaxExpense. Companies that report only an aggregated figure surface here; per-jurisdiction filers expose CurrentTaxFederal / CurrentTaxState / CurrentTaxForeign.
CurrentTaxFederalCurrent Tax Federal
Income Statement
Federal/national current income tax.
CurrentTaxForeignCurrent Tax Foreign
Income Statement
Foreign jurisdiction current income tax.
CurrentTaxStateCurrent Tax State
Income Statement
State and local current income tax.
DeferredTaxExpenseDeferred Tax Expense
Income Statement
Deferred income tax provision from timing differences.
DepletionExpenseDepletion Expense
Income Statement
Period write-down of natural-resource asset basis based on units extracted. Energy/mining specific cousin of depreciation.
DepreciationAndAmortizationDepreciation And Amortization
Income Statement
D&A expense from income statement or supplemental disclosure.
DiscontinuedOpsIncomeDiscontinued Ops Income
Income Statement
Net income from discontinued business segments.
DividendPerShareDividend Per Share
Income Statement
Cash dividends declared per common share.
EPSBasicEPS Basic
Income Statement
Basic earnings per share (US-GAAP + IFRS).
EPSBasicAndDilutedEPS Basic And Diluted
Income Statement
Combined basic and diluted EPS (equal when no dilutive securities).
EPSContinuingOpsBasicEPS Continuing Ops Basic
Income Statement
Basic EPS from continuing operations.
EPSContinuingOpsDilutedEPS Continuing Ops Diluted
Income Statement
Diluted EPS from continuing operations.
EPSDilutedEPS Diluted
Income Statement
Diluted earnings per share — most conservative, standard for valuation.
EPSDiscontinuedOpsEPS Discontinued Ops
Income Statement
EPS from discontinued operations.
EffectiveTaxRateEffective Tax Rate
Income Statement
Effective income tax rate.
EquityMethodIncomeEquity Method Income
Income Statement
Share of income from unconsolidated affiliates (20-50% ownership).
ExplorationCostsExploration Costs
Income Statement
Cost of exploring for new oil/gas/mineral reserves. Often written off in the period (successful efforts vs full cost accounting choice matters here).
ExplorationExpenseExploration Expense
Income Statement
Exploration costs for extractive industries (oil/gas, mining).
FederalIncomeTaxFederal Income Tax
Income Statement
US Federal income tax expense/benefit (current + deferred).
FeesAndCommissionsFees And Commissions
Income Statement
Fee and commission income for financial institutions.
ForeignCurrencyGainLossForeign Currency Gain Loss
Income Statement
FX translation and transaction gains/losses.
ForeignIncomeTaxForeign Income Tax
Income Statement
Foreign income tax expense/benefit.
GainLossOnAssetSaleGain Loss On Asset Sale
Income Statement
Gains/losses on asset dispositions and debt extinguishments.
GainLossOnInvestmentsGain Loss On Investments
Income Statement
Realized and unrealized gains/losses on investment securities.
GeneralAndAdminGeneral And Admin
Income Statement
G&A — corporate overhead, management, office costs.
GrossProfitGross Profit
Income Statement
IFRS gross profit — revenue minus cost of sales.
ImpairmentChargesImpairment Charges
Income Statement
Asset write-downs to fair value (goodwill, intangibles, PP&E).
InProcessRDIn Process RD
Income Statement
In-process research & development acquired in M&A. Charged off at acquisition under US GAAP if abandoned; otherwise capitalized.
IncomeContinuingOpsIncome Continuing Ops
Income Statement
Net income from continuing operations.
IncomeTaxExpenseIncome Tax Expense
Income Statement
Total income tax provision (current + deferred).
InsuranceCommissionsInsurance Commissions
Income Statement
Insurance brokerage commissions earned.
InsurancePremiumsInsurance Premiums
Income Statement
Net insurance premiums earned.
InterestExpenseInterest Expense
Income Statement
Cost of debt financing. Bloomberg: IS_INT_EXPENSE.
InterestExpenseBankInterest Expense Bank
Income Statement
Interest expense on deposits for banks.
InterestExpenseNetInterest Expense Net
Income Statement
Net interest expense (interest expense minus interest income).
InterestIncomeInterest Income
Income Statement
Interest and dividend income from investments.
InterestIncomeBankInterest Income Bank
Income Statement
Operating interest income for banks and financial institutions.
LaborExpenseLabor Expense
Income Statement
IFRS wages & salaries — maps to LaborExpense bucket.
MilestonePaymentsRevenueMilestone Payments Revenue
Income Statement
Upfront / milestone / royalty payments under licensing or collaboration agreements (often with big-pharma partners).
NetChargeOffsNet Charge Offs
Income Statement
Net charge-offs against loan loss reserve (bank asset quality).
NetIncomeNet Income
Income Statement
IFRS profit/loss for the period. Strict prevents OCI contamination.
NetIncomeNCINet Income NCI
Income Statement
Net income attributable to non-controlling (minority) interests.
NetIncomeToCommonNet Income To Common
Income Statement
IFRS profit/loss attributable to parent-company owners.
NetInterestIncomeNet Interest Income
Income Statement
Net interest income/margin — primary bank revenue metric.
NetPeriodicBenefitCostNet Periodic Benefit Cost
Income Statement
Pension / OPEB net periodic benefit cost (per ASC 715).
NonInterestExpenseNon Interest Expense
Income Statement
Non-interest operating expense for banks (salaries, tech, rent).
NonInterestIncomeNon Interest Income
Income Statement
Fee-based and trading income for financial institutions.
OperatingExpensesOperating Expenses
Income Statement
Total operating expenses (SGA + R&D + D&A + other operating).
OperatingIncomeOperating Income
Income Statement
IFRS operating profit. Not mandated; not all IFRS filers report this.
OtherIncomeOther Income
Income Statement
Single ``Other Income'' line — issuer-disclosed bucket for non-operating income items not otherwise classified. Use OtherNonOperating for the netted version.
OtherNonOperatingOther Non Operating
Income Statement
Miscellaneous non-operating income/expense.
OtherOperatingExpenseOther Operating Expense
Income Statement
Miscellaneous operating expenses not classified elsewhere.
OtherRevenueOther Revenue
Income Statement
Revenue not classified in primary categories.
PolicyAcquisitionCostsPolicy Acquisition Costs
Income Statement
Insurance policy acquisition costs (commissions, underwriting).
PretaxIncomePretax Income
Income Statement
Earnings before income taxes (EBT). Bloomberg: IS_INC_BEF_TAX.
ProfessionalFeesProfessional Fees
Income Statement
Legal, audit, consulting, and professional service costs.
ProvisionForLoanLossesProvision For Loan Losses
Income Statement
Bank provision for credit losses on loans/leases.
RentAndOccupancyRent And Occupancy
Income Statement
Lease, rent, and occupancy expense.
ResearchAndDevelopmentResearch And Development
Income Statement
R&D expense — forward-looking innovation investment indicator.
RestructuringChargesRestructuring Charges
Income Statement
One-time reorganization, layoff, and facility closure costs.
SBCDilutiveAdjustmentSBC Dilutive Adjustment
Income Statement
Adjustment to weighted-average diluted shares for option / RSU / warrant dilution. Equals WeightedAvgSharesDiluted minus WeightedAvgSharesBasic.
SellingAndMarketingSelling And Marketing
Income Statement
Sales, marketing, and advertising costs.
SellingGeneralAdminSelling General Admin
Income Statement
SG&A — combined selling, general and administrative overhead.
StateAndLocalIncomeTaxState And Local Income Tax
Income Statement
State and local income tax expense/benefit.
StatutoryTaxRateStatutory Tax Rate
Income Statement
Statutory federal income tax rate from the rate-reconciliation footnote (21% post-TCJA, 35% pre-2018).
SubscriptionRevenueSubscription Revenue
Income Statement
Recurring revenue from SaaS subscriptions. Not a standardized XBRL tag — companies disclose under various extensions; mostly reachable through the cost-of-revenue product/service split.
TotalCostsAndExpensesTotal Costs And Expenses
Income Statement
Total costs and expenses before non-operating items.
TotalRevenueTotal Revenue
Income Statement
Total top-line revenue recognized. Strict full-tag equality keeps the concept free of ASC 606 contract-disclosure subtotals, deferred revenue, sales-type lease accounting, and available-for-sale investment disclosures that share the 'Revenue' / 'Sales' substring but are not top-line income.
TradingRevenueTrading Revenue
Income Statement
Trading revenue and gains/losses from securities trading.
WeightedAvgSharesBasicWeighted Avg Shares Basic
Income Statement
Weighted average basic shares outstanding.
WeightedAvgSharesDilutedWeighted Avg Shares Diluted
Income Statement
Weighted average diluted shares outstanding.
AOCIAOCI
Balance Sheet
Accumulated other comprehensive income/loss balance.
AccountsPayableAccounts Payable
Balance Sheet
IFRS trade & other current payables.
AccountsPayableAndAccruedAccounts Payable And Accrued
Balance Sheet
Combined accounts payable and accrued liabilities.
AccountsReceivableAccounts Receivable
Balance Sheet
IFRS trade & other current receivables.
AccruedExpensesAccrued Expenses
Balance Sheet
Accrued liabilities (salaries, interest, utilities).
AccumulatedAmortizationAccumulated Amortization
Balance Sheet
Accumulated amortization on finite-lived intangible assets.
AccumulatedDepreciationAccumulated Depreciation
Balance Sheet
Total accumulated depreciation on PP&E.
AdditionalPaidInCapitalAdditional Paid In Capital
Balance Sheet
Excess of issue price over par value on equity issuances.
AllowanceForDoubtfulAccountsAllowance For Doubtful Accounts
Balance Sheet
Reserve against uncollectible receivables.
AssetRetirementObligationAsset Retirement Obligation
Balance Sheet
Asset retirement obligation liability (ASC 410) — present value of legally-required asset decommissioning, restoration, or environmental remediation costs.
AvailableForSaleSecuritiesAvailable For Sale Securities
Balance Sheet
Securities classified as available-for-sale (AFS) under ASC 320 — neither held-to-maturity nor trading. Carried at fair value with unrealized gains/losses in OCI.
CapitalizedSoftwareCostsCapitalized Software Costs
Balance Sheet
Capitalized internally developed software. Amortized over the expected useful life (typically 3–5 years).
CashAndEquivalentsCash And Equivalents
Balance Sheet
Cash and short-term deposits (maturity < 3 months).
CommonSharesAuthorizedCommon Shares Authorized
Balance Sheet
Maximum shares authorized per corporate charter.
CommonSharesIssuedCommon Shares Issued
Balance Sheet
Total common shares issued (including treasury).
CommonSharesOutstandingCommon Shares Outstanding
Balance Sheet
Common shares currently outstanding (issued minus treasury).
CommonStockParValueCommon Stock Par Value
Balance Sheet
Par or stated value per common share.
CommonStockValueCommon Stock Value
Balance Sheet
IFRS issued share capital — analogous to GAAP CommonStockValue.
ContractAssetsContract Assets
Balance Sheet
ASC 606 contract assets — earned but unbilled revenue. Common in multi-year SaaS contracts billed annually but recognized monthly.
CurrentAssetsCurrent Assets
Balance Sheet
Total current assets (convertible within 12 months).
CurrentLiabilitiesCurrent Liabilities
Balance Sheet
IFRS current liabilities.
CurrentPortionLTDCurrent Portion LTD
Balance Sheet
Long-term debt maturing within 12 months.
DeferredAcquisitionCostsDeferred Acquisition Costs
Balance Sheet
Deferred policy acquisition costs (insurance DAC asset).
DeferredFinanceCostsNetDeferred Finance Costs Net
Balance Sheet
Unamortized debt-issuance costs presented as a contra-liability to long-term debt (ASU 2015-03). Material for issuers with frequent debt refinancings.
DeferredRevenueCurrentDeferred Revenue Current
Balance Sheet
Contract liabilities / deferred revenue (current).
DeferredRevenueNoncurrentDeferred Revenue Noncurrent
Balance Sheet
Long-term deferred revenue / contract liabilities.
DeferredTaxAssetsGrossDeferred Tax Assets Gross
Balance Sheet
Total deferred tax assets before valuation allowance. Pair with DeferredTaxValuationAllowance to get DeferredTaxAssetsNet.
DeferredTaxAssetsLiabNetDeferred Tax Assets Liab Net
Balance Sheet
Net deferred tax position (DTA − DTL) reported as a single line. Most filers post-ASU 2015-17 net everything to noncurrent; legacy current vs. noncurrent split aliases are folded in here.
DeferredTaxAssetsNOLDeferred Tax Assets NOL
Balance Sheet
DTA from net operating loss carryforwards.
DeferredTaxAssetsNetDeferred Tax Assets Net
Balance Sheet
Net deferred tax assets.
DeferredTaxAssetsOtherDeferred Tax Assets Other
Balance Sheet
Deferred tax assets from sources not separately disclosed.
DeferredTaxLiabNoncurrentDeferred Tax Liab Noncurrent
Balance Sheet
Deferred tax liabilities (non-current).
DeferredTaxLiabilitiesDeferred Tax Liabilities
Balance Sheet
Total deferred tax liabilities (gross), before netting against deferred tax assets. Net version is DeferredTaxLiabNoncurrent.
DeferredTaxLiabilitiesOtherDeferred Tax Liabilities Other
Balance Sheet
Deferred tax liabilities from sources not separately disclosed.
DeferredTaxValuationAllowanceDeferred Tax Valuation Allowance
Balance Sheet
Valuation allowance against deferred tax assets.
DepositsDeposits
Balance Sheet
Customer deposits — primary funding source for banks.
DerivativeAssetsDerivative Assets
Balance Sheet
Fair value of derivative instruments held as assets.
DerivativeLiabilitiesDerivative Liabilities
Balance Sheet
Fair value of derivative instruments held as liabilities.
DueToRelatedPartiesDue To Related Parties
Balance Sheet
Amounts owed to related parties.
EquityMethodInvestmentsEquity Method Investments
Balance Sheet
Equity method investees (20-50% ownership stakes).
FederalFundsPurchasedFederal Funds Purchased
Balance Sheet
Fed funds purchased and repos for banks.
FederalFundsSoldFederal Funds Sold
Balance Sheet
Fed funds sold and reverse repos for banks.
FederalHomeLoanBankAdvancesFederal Home Loan Bank Advances
Balance Sheet
FHLB advances — wholesale funding for banks.
GoodwillGoodwill
Balance Sheet
Acquisition goodwill — excess of purchase price over fair value.
IntangibleAssetsGrossIntangible Assets Gross
Balance Sheet
Intangible assets at historical cost.
IntangibleAssetsNetIntangible Assets Net
Balance Sheet
Intangible assets (patents, trademarks, etc.) net of amortization.
InterestPayableInterest Payable
Balance Sheet
Accrued interest on debt not yet paid.
InventoryInventory
Balance Sheet
Total inventories held for sale.
InventoryFinishedGoodsInventory Finished Goods
Balance Sheet
Finished goods inventory (ready for sale).
InventoryRawMaterialsInventory Raw Materials
Balance Sheet
Raw material inventory (unprocessed inputs).
InventoryWIPInventory WIP
Balance Sheet
Work-in-process inventory (partially completed).
LoanLossAllowanceLoan Loss Allowance
Balance Sheet
Allowance for credit losses on loans and leases (banks).
LoansReceivableLoans Receivable
Balance Sheet
Total loans and leases receivable for banks.
LongTermDebtLong Term Debt
Balance Sheet
Long-term debt due after 12 months. The CurrentPortionLTD rule (earlier in the list) catches LongTermDebtCurrent first via tie-break ordering.
LongTermInvestmentsLong Term Investments
Balance Sheet
Non-current investment securities.
MinorityInterestMinority Interest
Balance Sheet
IFRS non-controlling (minority) interests in equity.
NotesPayableCurrentNotes Payable Current
Balance Sheet
Short-term notes payable (typically < 12 months). Distinct from accounts payable — these are formal promissory notes.
OperatingLeaseLiabCurrentOperating Lease Liab Current
Balance Sheet
Current portion of operating lease obligations (ASC 842).
OperatingLeaseLiabNoncurrentOperating Lease Liab Noncurrent
Balance Sheet
IFRS non-current lease liability (IFRS 16).
OperatingLeaseLiabTotalOperating Lease Liab Total
Balance Sheet
Total operating lease liability.
OtherAssetsOther Assets
Balance Sheet
Single ``Other Assets`` line item — neither current nor non-current splits. Used by issuers that report a flat ``Other Assets`` total. For the explicitly-current and explicitly-non-current variants use OtherCurrentAssets / OtherNoncurrentAssets.
OtherCurrentAssetsOther Current Assets
Balance Sheet
Current assets not classified elsewhere.
OtherCurrentLiabilitiesOther Current Liabilities
Balance Sheet
Current liabilities not classified elsewhere.
OtherLiabilitiesOther Liabilities
Balance Sheet
Single ``Other Liabilities`` line — used by issuers that don't split current vs non-current. See OtherCurrentLiabilities / OtherNoncurrentLiabilities for the split variants.
OtherNoncurrentAssetsOther Noncurrent Assets
Balance Sheet
Non-current assets not classified elsewhere.
OtherNoncurrentLiabilitiesOther Noncurrent Liabilities
Balance Sheet
Non-current liabilities not classified elsewhere.
PPEGrossPPE Gross
Balance Sheet
PP&E at historical cost before accumulated depreciation.
PPENetPPE Net
Balance Sheet
Net PP&E after accumulated depreciation.
PatentsCarryingValuePatents Carrying Value
Balance Sheet
Net carrying value of acquired or licensed patents.
PensionLiabilitiesPension Liabilities
Balance Sheet
Defined benefit pension and postretirement obligations.
PensionPlanFundedStatusPension Plan Funded Status
Balance Sheet
Pension plan assets minus PBO (funded status).
PolicyLiabilitiesPolicy Liabilities
Balance Sheet
Insurance policy liabilities and unpaid claims reserves.
PreferredSharesOutstandingPreferred Shares Outstanding
Balance Sheet
Preferred shares outstanding / issued / authorized.
PreferredStockParValuePreferred Stock Par Value
Balance Sheet
Par or stated value per preferred share.
PreferredStockValuePreferred Stock Value
Balance Sheet
Total value of preferred shares issued.
PrepaidExpensesPrepaid Expenses
Balance Sheet
Advance payments for future expenses.
ProjectedBenefitObligationProjected Benefit Obligation
Balance Sheet
Pension / OPEB projected benefit obligation.
ReinsuranceRecoverableReinsurance Recoverable
Balance Sheet
Amounts recoverable from reinsurers.
RestructuringReserveRestructuring Reserve
Balance Sheet
Liability for future restructuring costs (severance, lease exit, contract termination) accrued under ASC 420 / IAS 37. Movement feeds the income statement RestructuringCharges line.
RetainedEarningsRetained Earnings
Balance Sheet
Cumulative undistributed earnings.
RightOfUseAssetFinanceRight Of Use Asset Finance
Balance Sheet
Finance lease right-of-use asset.
RightOfUseAssetOperatingRight Of Use Asset Operating
Balance Sheet
Operating lease right-of-use asset (ASC 842).
SeparateAccountAssetsSeparate Account Assets
Balance Sheet
Policyholder assets held in separate accounts (life insurance).
ShortTermDebtShort Term Debt
Balance Sheet
Short-term borrowings and credit lines.
ShortTermInvestmentsShort Term Investments
Balance Sheet
Marketable securities and short-term investment holdings.
StockholdersEquityStockholders Equity
Balance Sheet
Parent-only stockholders' equity (excludes NCI).
StockholdersEquityIncludingNCIStockholders Equity Including NCI
Balance Sheet
Total stockholders' equity including non-controlling interest — institutional total book value.
TaxPayableTax Payable
Balance Sheet
Current income taxes owed to tax authorities.
TemporaryEquityTemporary Equity
Balance Sheet
Mezzanine/temporary equity — redeemable equity between debt and equity.
TotalAssetsTotal Assets
Balance Sheet
Total assets. Must equal Total Liabilities + Equity.
TotalCurrentLiabilitiesTotal Current Liabilities
Balance Sheet
Total current liabilities.
TotalDebtTotal Debt
Balance Sheet
Total interest-bearing debt obligations.
TotalLiabilitiesTotal Liabilities
Balance Sheet
Total liabilities. Strict prevents sub-category double-counting.
TotalLiabilitiesAndEquityTotal Liabilities And Equity
Balance Sheet
Must equal Total Assets (accounting identity).
TotalNoncurrentAssetsTotal Noncurrent Assets
Balance Sheet
Sum of non-current (long-term) assets. Reciprocal of CurrentAssets; together they sum to TotalAssets. Reported directly by some issuers (us-gaap:AssetsNoncurrent) and derivable as TotalAssets − CurrentAssets when not reported.
TotalNoncurrentLiabilitiesTotal Noncurrent Liabilities
Balance Sheet
Total non-current liabilities.
TreasurySharesTreasury Shares
Balance Sheet
Number of common shares held in treasury.
TreasuryStockTreasury Stock
Balance Sheet
Cost of repurchased shares held in treasury (contra-equity).
UnearnedPremiumsUnearned Premiums
Balance Sheet
Insurance premiums collected but not yet earned.
AccountsPayableChangeAccounts Payable Change
Cash Flow
Working capital: accounts payable change.
AccountsReceivableChangeAccounts Receivable Change
Cash Flow
Working capital: accounts receivable change.
AccrualsChangeAccruals Change
Cash Flow
Working capital: accrued liabilities change.
AcquisitionsAcquisitions
Cash Flow
Cash paid for business acquisitions (M&A).
BadDebtProvisionBad Debt Provision
Cash Flow
Credit loss provision (CF add-back).
CAPEXCAPEX
Cash Flow
Capital expenditures — PP&E purchases (cash out). Key input for FCF.
CommonStockIssuanceCommon Stock Issuance
Cash Flow
Cash proceeds from issuing common stock — IPO, secondary, follow-on offering.
DebtIssuanceDebt Issuance
Cash Flow
Cash received from issuing debt.
DebtIssuanceCostsDebt Issuance Costs
Cash Flow
Fees and costs paid for issuing debt.
DebtRepaymentDebt Repayment
Cash Flow
Cash used to repay debt obligations.
DeferredRevenueChangeDeferred Revenue Change
Cash Flow
Working capital: deferred revenue change.
DeferredTaxNonCashDeferred Tax Non Cash
Cash Flow
Non-cash deferred tax provision (CF add-back).
DivestituresDivestitures
Cash Flow
Cash received from divesting businesses or subsidiaries. Mirror of Acquisitions; together they bracket net M&A activity (the ``net_ma_activity`` field in get_capital_allocation_profile).
DividendsDividends
Cash Flow
Cash dividends paid to shareholders.
EffectOfExchangeRateOnCashEffect Of Exchange Rate On Cash
Cash Flow
Currency translation impact on cash position.
EquityIssuanceEquity Issuance
Cash Flow
Cash from issuing equity (preferred, capital stock, private placement). For common stock specifically, see CommonStockIssuance.
ExcessTaxBenefitFromSBCExcess Tax Benefit From SBC
Cash Flow
Tax benefit realised on SBC in excess of grant-date expense.
FXEffectOnCashFX Effect On Cash
Cash Flow
Foreign exchange rate impact on cash balances.
FinancingCashFlowFinancing Cash Flow
Cash Flow
Net cash from financing activities.
GoodwillAcquiredGoodwill Acquired
Cash Flow
Goodwill recognized during the period from business combinations. A direct signal of M&A activity; complements the existing Acquisitions cash-outflow canonical.
IntangiblesPurchaseIntangibles Purchase
Cash Flow
Cash spent on intangible assets (patents, software, licenses).
InterestPaidCashInterest Paid Cash
Cash Flow
Cash interest paid (supplemental disclosure).
InterestPayableChangeInterest Payable Change
Cash Flow
Working capital: interest payable change.
InventoryChangeInventory Change
Cash Flow
Working capital: inventory change.
InvestingCashFlowInvesting Cash Flow
Cash Flow
Net cash from investing activities.
InvestmentsPurchaseInvestments Purchase
Cash Flow
Cash used to purchase investment securities.
InvestmentsSaleInvestments Sale
Cash Flow
Proceeds from selling/maturing investment securities.
MinorityDistributionsMinority Distributions
Cash Flow
Dividends/distributions paid to non-controlling interest holders.
NetChangeInCashNet Change In Cash
Cash Flow
Total increase/decrease in cash during the period.
OperatingCashFlowOperating Cash Flow
Cash Flow
Net cash from operating activities. Bloomberg: CF_CASH_FROM_OPER.
OtherNonCashChargesOther Non Cash Charges
Cash Flow
Other non-cash adjustments to net income.
PPESalePPE Sale
Cash Flow
Proceeds from selling PP&E or productive assets.
PrepaidExpensesChangePrepaid Expenses Change
Cash Flow
Working capital: prepaid expense change.
ROUAssetForNewLeasesROU Asset For New Leases
Cash Flow
Non-cash: ROU assets obtained for new operating lease liabilities.
RestrictedCashChangeRestricted Cash Change
Cash Flow
Period change in restricted cash — reconciling item in CF statement.
SBCTaxWithholdingSBC Tax Withholding
Cash Flow
Tax withholding payments related to equity award settlement.
ShareBuybackShare Buyback
Cash Flow
Cash spent repurchasing company shares.
StockBasedCompensationStock Based Compensation
Cash Flow
IFRS share-based payment adjustment in the operating cash-flow reconciliation.
StockOptionExerciseStock Option Exercise
Cash Flow
Cash received from employees exercising stock options.
TaxesPaidCashTaxes Paid Cash
Cash Flow
Cash income taxes paid (supplemental disclosure).
ComprehensiveIncomeComprehensive Income
Comprehensive Income
Net income + OCI. Total change in equity from non-owner sources.
ComprehensiveIncomeNCIComprehensive Income NCI
Comprehensive Income
Comprehensive income attributable to non-controlling interests.
OCICashFlowHedgesOCI Cash Flow Hedges
Comprehensive Income
OCI — effective portion of cash flow hedge gains/losses.
OCIForeignCurrencyOCI Foreign Currency
Comprehensive Income
OCI — foreign currency translation adjustments.
OCIPensionsOCI Pensions
Comprehensive Income
OCI — pension and postretirement benefit plan adjustments.
OCISecuritiesOCI Securities
Comprehensive Income
OCI — unrealized gains/losses on available-for-sale securities.
OtherComprehensiveIncomeOther Comprehensive Income
Comprehensive Income
Total OCI net of tax.
ReclassificationFromAOCIReclassification From AOCI
Comprehensive Income
Amounts reclassified out of AOCI into net income this period.
AdjustedFundsFromOperationsAdjusted Funds From Operations
Supplemental
AFFO = FFO − recurring CapEx − straight-line rent adjustments. Closer to free-cash-flow-per-share than FFO.
CombinedRatioCombined Ratio
Supplemental
Combined ratio — loss ratio + expense ratio. Below 100% = underwriting profit.
ContingentConsiderationChangeContingent Consideration Change
Supplemental
Fair-value re-measurement of earnout / contingent consideration.
DebtMaturityThereafterDebt Maturity Thereafter
Supplemental
Long-term debt principal repayments due after year 5.
DebtMaturityY1Debt Maturity Y1
Supplemental
Long-term debt principal repayments due within 12 months.
DebtMaturityY2Debt Maturity Y2
Supplemental
Long-term debt principal repayments due in year 2.
DebtMaturityY3Debt Maturity Y3
Supplemental
Long-term debt principal repayments due in year 3.
DebtMaturityY4Debt Maturity Y4
Supplemental
Long-term debt principal repayments due in year 4.
DebtMaturityY5Debt Maturity Y5
Supplemental
Long-term debt principal repayments due in year 5.
DefinedContributionCostDefined Contribution Cost
Supplemental
401(k) and other defined contribution plan expense.
FundsFromOperationsFunds From Operations
Supplemental
NAREIT FFO: Net income + Real estate D&A − Gains on property sales. The standard REIT earnings proxy. AFFO subtracts recurring CapEx to approximate distributable cash.
IncrementalDilutiveSharesIncremental Dilutive Shares
Supplemental
Additional shares from dilutive securities (options, RSUs, convertibles).
IntangibleAmortizationThereafterIntangible Amortization Thereafter
Supplemental
Expected amortization expense for finite-lived intangibles after year 5.
IntangibleAmortizationY1Intangible Amortization Y1
Supplemental
Expected amortization expense for finite-lived intangibles in the next 12 months.
IntangibleAmortizationY2Intangible Amortization Y2
Supplemental
Expected amortization expense for finite-lived intangibles in year 2.
IntangibleAmortizationY3Intangible Amortization Y3
Supplemental
Expected amortization expense for finite-lived intangibles in year 3.
IntangibleAmortizationY4Intangible Amortization Y4
Supplemental
Expected amortization expense for finite-lived intangibles in year 4.
IntangibleAmortizationY5Intangible Amortization Y5
Supplemental
Expected amortization expense for finite-lived intangibles in year 5.
LineOfCreditMaxLine Of Credit Max
Supplemental
Maximum (committed) borrowing capacity under all revolving credit facilities. Standard credit-strength metric; the drawn portion sits in ShortTermDebt or LongTermDebt depending on maturity.
LossRatioLoss Ratio
Supplemental
Insurance loss ratio — claims/benefits as % of premiums.
NetOperatingIncomeNet Operating Income
Supplemental
Property rental revenue − property operating expenses (excludes D&A, interest, G&A). Same-store NOI growth is the canonical REIT operational metric.
NonperformingLoansNonperforming Loans
Supplemental
Loans on non-accrual status (bank asset quality metric).
NumberOfEmployeesNumber Of Employees
Supplemental
Total full-time equivalent employees.
NumberOfSegmentsNumber Of Segments
Supplemental
Number of reportable operating segments.
OccupancyRateOccupancy Rate
Supplemental
Percentage of total rentable square footage currently leased.
OilProductionOil Production
Supplemental
Crude oil produced during the period.
OperatingLeaseCashPaymentsOperating Lease Cash Payments
Supplemental
Cash paid for operating lease liabilities.
OperatingLeaseImputedInterestOperating Lease Imputed Interest
Supplemental
Imputed interest discount on undiscounted lease payments.
OperatingLeasePaymentsDueOperating Lease Payments Due
Supplemental
Total undiscounted future operating lease payments.
OperatingLeasePaymentsThereafterOperating Lease Payments Thereafter
Supplemental
Operating lease payments due after year 5.
OperatingLeasePaymentsY1Operating Lease Payments Y1
Supplemental
Operating lease payments due within 12 months.
OperatingLeasePaymentsY2Operating Lease Payments Y2
Supplemental
Operating lease payments due in year 2.
OperatingLeasePaymentsY3Operating Lease Payments Y3
Supplemental
Operating lease payments due in year 3.
OperatingLeasePaymentsY4Operating Lease Payments Y4
Supplemental
Operating lease payments due in year 4.
OperatingLeasePaymentsY5Operating Lease Payments Y5
Supplemental
Operating lease payments due in year 5.
OperatingLeaseWADiscountRateOperating Lease WA Discount Rate
Supplemental
Weighted average discount rate for operating leases.
ProvedGasReservesProved Gas Reserves
Supplemental
Estimated economically recoverable natural gas reserves.
ProvedOilReservesProved Oil Reserves
Supplemental
Estimated quantities of oil that can be economically recovered under current conditions. Reserve life (reserves / annual production) is a core upstream operator metric.
RemainingPerformanceObligationRemaining Performance Obligation
Supplemental
ASC 606 disclosure: total transaction price for unsatisfied performance obligations. Closest GAAP-disclosed proxy for contracted backlog / forward revenue (often bigger than ARR for enterprise SaaS).
RevenueDomesticRevenue Domestic
Supplemental
Revenue from the issuer's home country.
RevenueInternationalRevenue International
Supplemental
Revenue from markets outside the issuer's home country.
SBCOptionsExercisableSBC Options Exercisable
Supplemental
Stock options currently exercisable.
SBCOptionsExercisableWAExercisePriceSBC Options Exercisable WA Exercise Price
Supplemental
Weighted-avg exercise price of options currently exercisable.
SBCOptionsExercisedSBC Options Exercised
Supplemental
Stock options exercised during the period.
SBCOptionsExercisesWAExercisePriceSBC Options Exercises WA Exercise Price
Supplemental
Weighted-avg exercise price on options exercised in period.
SBCOptionsForfeitedSBC Options Forfeited
Supplemental
Stock options forfeited during the period.
SBCOptionsForfeituresWAExercisePriceSBC Options Forfeitures WA Exercise Price
Supplemental
Weighted-avg exercise price on options forfeited/expired.
SBCOptionsGrantedSBC Options Granted
Supplemental
Stock options granted during the period.
SBCOptionsGrantsWAExercisePriceSBC Options Grants WA Exercise Price
Supplemental
Weighted-avg exercise price on options granted in period.
SBCOptionsGrantsWAGrantDateFairValueSBC Options Grants WA Grant Date Fair Value
Supplemental
Weighted-avg grant-date fair value of options granted.
SBCOptionsIntrinsicValueSBC Options Intrinsic Value
Supplemental
Aggregate intrinsic value of outstanding options.
SBCOptionsOutstandingSBC Options Outstanding
Supplemental
Stock options currently outstanding.
SBCOptionsVestedAndExpectedToVestCountSBC Options Vested And Expected To Vest Count
Supplemental
Number of options vested + expected to vest (outstanding-weighted).
SBCOptionsVestedAndExpectedToVestIntrinsicValueSBC Options Vested And Expected To Vest Intrinsic Value
Supplemental
Aggregate intrinsic value of options vested + expected to vest.
SBCOptionsVestedAndExpectedToVestWAExercisePriceSBC Options Vested And Expected To Vest WA Exercise Price
Supplemental
Weighted-avg exercise price of options vested + expected to vest.
SBCOptionsWAPriceSBC Options WA Price
Supplemental
Weighted average exercise price of outstanding options.
SBCTaxBenefitSBC Tax Benefit
Supplemental
Income tax benefit from equity compensation.
SBCUnrecognizedCostSBC Unrecognized Cost
Supplemental
Remaining unrecognized SBC expense for unvested awards.
SBCRSUsGrantedSBCRS Us Granted
Supplemental
RSUs granted during the period.
SBCRSUsNonvestedWAGrantDateFairValueSBCRS Us Nonvested WA Grant Date Fair Value
Supplemental
Weighted-avg grant-date fair value of nonvested RSUs.
SBCRSUsOutstandingSBCRS Us Outstanding
Supplemental
Restricted stock units (RSUs) currently outstanding.
SBCRSUsVestedSBCRS Us Vested
Supplemental
RSUs vested during the period.
SegmentRevenueSegment Revenue
Supplemental
Revenue / operating profit by reportable segment.
ShareRepurchaseAuthorizedShare Repurchase Authorized
Supplemental
Board-authorized share repurchase program amount.
TierOneCapitalRatioTier One Capital Ratio
Supplemental
Tier 1 capital adequacy ratio (Basel).
TotalRiskBasedCapitalRatioTotal Risk Based Capital Ratio
Supplemental
Total risk-based capital ratio (Basel).
UnrecognizedTaxBenefitsUnrecognized Tax Benefits
Supplemental
Uncertain tax positions that could result in future obligations.
WeightedAverageCommonSharesWeighted Average Common Shares
Supplemental
IFRS weighted-average shares outstanding (basic).

Showing 291 of 291 concepts

Example Queries

Copy-ready SQL to get started. Works with DuckDB, Postgres, and the Python SDK.

10-Year Revenue Trend for AAPL

Fetch annual revenue for the past 10 years, point-in-time accurate.

SELECT f.filing_date,
  f.report_date,
  fa.numeric_value / 1e9 AS revenue_billions
FROM filing f
JOIN references r ON f.entity_id = r.cik
JOIN fact fa      ON fa.accession_id = f.accession_id
WHERE r.symbol = 'AAPL'
  AND r.is_active = TRUE
  AND fa.standard_concept = 'Revenues'
  AND f.form_type = '10-K'
ORDER BY f.filing_date DESC
LIMIT 10;

Debt-to-Equity Ratio — S&P500 Tech

Screen for leverage across the technology sector using the latest annual filing. Membership comes from index_membership (the references is_sp500 flag was dropped 2026-05-02).

SELECT
  r.symbol,
  r.name                                               AS company_name,
  r.sector,
  f.filing_date                                        AS annual_filing_date,
  debt.numeric_value / 1e9                             AS long_term_debt_billions,
  equity.numeric_value / 1e9                           AS equity_billions,
  debt.numeric_value / NULLIF(equity.numeric_value, 0) AS debt_to_equity
FROM references r
JOIN index_membership im ON im.cik = r.cik
JOIN LATERAL (
  SELECT accession_id, filing_date
  FROM filing
  WHERE entity_id = r.cik AND form_type = '10-K'
  ORDER BY filing_date DESC
  LIMIT 1
) f ON true
JOIN fact debt   ON debt.accession_id = f.accession_id
  AND debt.standard_concept = 'LongTermDebt'
JOIN fact equity ON equity.accession_id = f.accession_id
  AND equity.standard_concept = 'StockholdersEquity'
WHERE im.index_name = 'SP500'
  AND im.removal_date IS NULL
  AND r.is_active = TRUE
  AND r.sector ILIKE '%technology%'
ORDER BY debt_to_equity DESC NULLS LAST;

Free Cash Flow — Latest Quarter (S&P500)

Calculate FCF (operating cash flow minus capex) across the S&P500.

SELECT
  r.symbol,
  r.name                                                              AS company_name,
  r.sector,
  f.filing_date                                                       AS latest_quarter,
  COALESCE(ocf.derived_quarterly_value, ocf.numeric_value) / 1e6     AS ocf_millions,
  ABS(COALESCE(capex.derived_quarterly_value, capex.numeric_value)) / 1e6 AS capex_millions,
  (COALESCE(ocf.derived_quarterly_value, ocf.numeric_value)
    - ABS(COALESCE(capex.derived_quarterly_value, capex.numeric_value))) / 1e6 AS fcf_millions
FROM references r
JOIN index_membership im ON im.cik = r.cik
JOIN LATERAL (
  SELECT accession_id, filing_date
  FROM filing
  WHERE entity_id = r.cik AND form_type = '10-Q'
  ORDER BY filing_date DESC
  LIMIT 1
) f ON true
JOIN fact ocf   ON ocf.accession_id = f.accession_id
  AND ocf.standard_concept = 'NetCashProvidedByUsedInOperatingActivities'
JOIN fact capex ON capex.accession_id = f.accession_id
  AND capex.standard_concept = 'PaymentsToAcquirePropertyPlantAndEquipment'
WHERE im.index_name = 'SP500'
  AND im.removal_date IS NULL
  AND r.is_active = TRUE
ORDER BY fcf_millions DESC NULLS LAST
LIMIT 20;

Intrinsic Value Screen — S&P500

Screen S&P500 companies by DCF intrinsic value vs current price (margin of safety).

SELECT
  r.symbol,
  r.name                   AS company_name,
  r.sector,
  v.valuation_date,
  v.model_type,
  v.per_share_value,
  v.current_price,
  v.margin_of_safety,
  v.valuation_label
FROM valuation v
JOIN references r ON v.entity_id = r.cik
JOIN index_membership im ON im.cik = r.cik
WHERE im.index_name = 'SP500'
  AND im.removal_date IS NULL
  AND r.is_active = TRUE
  AND v.model_type = 'dcf'
  AND v.valuation_date = (
    SELECT MAX(valuation_date) FROM valuation WHERE entity_id = v.entity_id
  )
  AND v.per_share_value IS NOT NULL
ORDER BY v.margin_of_safety DESC NULLS LAST
LIMIT 20;

Ready to query 105M+ facts?

Get a free API key and start querying in 60 seconds.