Definitions & Methodology
Version 1.0 • Status: Locked • Applies to all datasets and visualizations unless explicitly stated otherwise.
1. Scope and Purpose of Definitions
All terms used on RightSocialism.com are defined operationally for measurement and comparison purposes.
These definitions do not claim philosophical authority, ideological correctness, or exclusivity of meaning outside this project. They exist solely to ensure consistency, transparency, and comparability across administrations, datasets, and time periods.
Disagreement with definitions is acknowledged as valid. However, all data presented on this site adheres strictly to the definitions below.
2. Core Operational Definitions
2.1 Socialism (Site Usage)
Definition: For the purposes of this site, socialism refers to the allocation of public funds or public financial risk by the federal government for economic outcomes not determined solely by open market exchange.
This definition is mechanical, not ideological.
- Direct federal spending
- Tax expenditures (credits, deductions, exemptions)
- Subsidies
- Transfers
- Bailouts and extraordinary interventions
- Federal loan guarantees and risk backstopping
- Regulatory policy without fiscal outlay
- State and local government programs
- Private-sector philanthropy or investment
- Monetary policy actions not involving fiscal allocation
2.2 Corporate Welfare
Definition: Corporate welfare refers to federal financial benefits directed to for-profit entities through spending programs, tax preferences, guarantees, or extraordinary fiscal interventions.
Subcategories:
- Direct subsidies
- Preferential tax treatment (tax expenditures)
- Bailouts and rescues
- Federal loan guarantees
- Industry-specific incentives (e.g., energy, agriculture, finance, defense)
Clarification: Inclusion under this definition does not imply inefficiency, corruption, or illegitimacy. It denotes fiscal direction only.
2.3 Social Welfare
Definition: Social welfare refers to federal financial benefits directed to individuals or households through transfer programs, entitlements, or publicly funded services.
Subcategories:
- Means-tested programs
- Universal programs
- Entitlement spending
- Administrative and operational costs
Clarification: Entitlements are treated as structural fiscal commitments, not moral or political claims.
2.4 National Debt
Definition: National debt refers to the total outstanding obligations of the United States federal government at a specified point in time.
- Measured at fiscal year boundaries
- Gross federal debt used unless otherwise specified
- Presented in both nominal terms and as a percentage of GDP
2.5 Budget Deficit
Definition: Budget deficit refers to the annual difference between federal outlays and federal receipts within a single fiscal year.
Clarification: Deficits represent annual fiscal flow. Debt represents cumulative fiscal stock. These terms are not interchangeable.
2.6 Tax Burden
Definition: Tax burden refers to the distribution of federal revenue collection across taxpayer categories, measured through effective rates and share of total receipts.
Included Metrics:
- Statutory tax rates
- Effective tax rates
- Corporate share of federal revenue
- Individual income tax share
- Payroll tax share
Excluded from Analysis:
- Theoretical tax incidence beyond collection
- State and local taxation
3. Measurement Rules
- Definitions are frozen across administrations.
- Methodological changes require versioned updates.
- No retroactive reclassification of historical data.
- Consistency is favored over precision when conflicts arise.
- Estimates are explicitly labeled as estimates.
- Missing data is disclosed rather than inferred.
4. Data Sources
Primary data sources include, but are not limited to:
- U.S. Department of the Treasury
- Office of Management and Budget (OMB)
- Congressional Budget Office (CBO)
- Bureau of Economic Analysis (BEA)
- Internal Revenue Service (SOI)
Secondary or watchdog sources are used only when primary data is unavailable and are clearly labeled.
5. Known Limitations
- No single authoritative federal ledger exists for corporate welfare aggregation.
- Tax expenditure estimates rely on Treasury methodologies.
- Some programs provide blended corporate and social benefits and are not subdivided without reliable data.
- GDP normalization reduces, but does not eliminate, inflation distortions.
Limitations are disclosed to preserve transparency, not to undermine validity.
6. Interpretation Responsibility
RightSocialism.com presents data, not conclusions.
Interpretation, judgment, and policy preference remain the responsibility of the reader.
7. Version Control
This document is Definitions & Methodology — Version 1.0.
Any future revisions will:
- be versioned
- include a change log
- preserve historical data under prior definitions
8. Addendum A — Series Standardization & Rolling Disclosures (v1.0)
This addendum clarifies (a) the required series choice for the National Debt metric in v1.0, and (b) required disclosure fields for rolling “Current Snapshot” datasets. It does not alter the neutral intent of the project; it reduces ambiguity and prevents cross-series comparisons.
A1. National Debt series standard (v1.0)
For v1.0 comparisons, the National Debt metric must use the fiscal-year-end series: Debt Held by the Public — Total, measured at end of fiscal year.
- Standard concept (required): debt_held_by_public
- Standard timing: End of fiscal year (FY-end stock level).
- Primary reference: OMB Historical Tables, Table 7.1 (or equivalent FY-aligned OMB historical table release), line item explicitly labeled “Debt held by the public — Total”.
Excluded from v1.0 National Debt comparison
The following concepts may be valid in other contexts, but are not used for the v1.0 National Debt comparison rail and administration totals, because they are not equivalent to Debt Held by the Public:
- Gross Federal Debt (gross) — excluded for v1.0 debt comparison.
- Total Public Debt Outstanding (gross) — excluded for v1.0 debt comparison.
A2. Required metadata in debt.json (all administrations)
Every /data/<admin_id>/debt.json file must include a top-level series object that identifies the standardized concept used. This enables auditing and prevents accidental cross-series drift over time.
{
"series": {
"concept": "debt_held_by_public",
"primary_source": "OMB Historical Tables",
"primary_table": "Table 7.1",
"line_item": "Debt held by the public — Total (end of fiscal year)",
"units": "millions_of_dollars"
}
}
Implementation note: The series object is required for v1.0 validation of debt.json. It may be placed near the top of the file (recommended), typically after coverage (if present) and before values.
A3. “Current Snapshot” rolling disclosure policy (v1.0)
The current administration is a rolling snapshot. It may use partial fiscal-year coverage, nearest-available published values, or estimates (when the primary source labels them as such). Historical administrations are frozen once verified.
- Historical packs: Final (frozen after verification).
- Current pack: Rolling (updates when agencies publish new values).
A4. Required rolling fields in /data/current/*.json
Every dataset under /data/current/ must include the following top-level fields:
- published_as_of — the date of the latest incorporated publication (YYYY-MM-DD)
- update_frequency — one of: weekly, monthly, quarterly
- revision_policy — a short statement describing how rolling values update
{
"published_as_of": "YYYY-MM-DD",
"update_frequency": "monthly",
"revision_policy": "Rolling snapshots update as agencies publish; historical administrations are frozen once verified."
}
Implementation note: Place these fields near the top of each current dataset (recommended: after administration_id and before the main data arrays/objects).
A5. Proxy disclosure for “Corporate Welfare” and “Social Welfare” (v1.0)
The “Corporate Welfare” and “Social Welfare” datasets may be constructed as function-based outlay proxies using primary budget tables (for example, OMB functional outlays). When a proxy is used, the dataset must disclose that it is a proxy and describe its scope.
When applicable, add these top-level fields to corporate_welfare.json and social_welfare.json:
{
"is_proxy": true,
"proxy_basis": "OMB Historical Tables — functional outlays (Table 3.2)",
"proxy_scope_note": "This metric is a function-based proxy; it excludes tax expenditures and regulatory subsidies."
}
This disclosure prevents category-mapping ambiguity and ensures users do not interpret proxy totals as a complete, consolidated welfare ledger.
Addendum A is part of Definitions v1.0. It is intended to improve consistency and auditability without expanding interpretive claims.
End of Definitions — Version 1.0