Use when deciding whether a specific proposed operation qualifies as investment or speculation — testing whether thorough analysis actually supports safety of principal and an adequate return, rather than assuming any stock purchase is automatically "investing."
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jeffreytse/grimoire-core --skill apply-investment-speculation-test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Apply Investment Speculation Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jeffreytse-apply-investment-speculation-test)More formats (shields.io, HTML) on the badges page.
---
name: apply-investment-speculation-test
description: Use when deciding whether a specific proposed operation qualifies as investment or speculation — testing whether thorough analysis actually supports safety of principal and an adequate return, rather than assuming any stock purchase is automatically "investing."
source: Benjamin Graham, "The Intelligent Investor" (1949; 1973 revised edition) and "Security Analysis" (1934, with David Dodd) — the investment/speculation definitional test
tags: [finance, investing, speculation, definitional-test, value-investing, graham]
related: [audit-investment-thesis, calculate-margin-of-safety, apply-investor-type-classification]
---
# Apply Investment Speculation Test
Test whether a specific proposed operation is genuinely an investment or is actually speculation, using Graham's own definition: an investment operation is one which, upon thorough analysis, promises safety of principal and an adequate return — anything not meeting both conditions is speculative, regardless of what it's called or how it's marketed.
## Why This Is Best Practice
**Adopted by:** Benjamin Graham established this exact definitional test in both "Security Analysis" (1934, with David Dodd) and "The Intelligent Investor" (1949; 1973 revised edition), explicitly stating it to correct what he saw as a widespread and consequential confusion — the assumption that any purchase of a publicly traded stock is automatically "investing" by virtue of the label, regardless of whether the underlying operation actually meets the definition's requirements. This test remains foundational in value-investing education specifically because it forces a concrete, checkable standard rather than relying on the colloquial and often misleading distinction between "investing" (implicitly safe) and "speculating" (implicitly risky).
**Impact:** Graham observed that market participants routinely apply the comforting label "investment" to operations that, on honest analysis, meet neither the safety-of-principal nor the adequate-return requirement — buying a stock purely because its price is rising, without any analysis of the underlying business's ability to support that price, is speculation by this definition regardless of the holding period or the investor's self-description. Conversely, some operations popularly labeled "speculative" (a carefully analyzed, temporarily out-of-favor security purchased with a genuine margin of safety) can meet the actual definition of investment. The label people apply to their own behavior is frequently disconnected from what the behavior actually is under this test.
**Why best:** Without an explicit, checkable definition, the investment/speculation distinction collapses into self-serving labeling — investors call their own operations "investing" regardless of whether real analysis supports it, simply because calling it speculation would feel less comfortable. Graham's test replaces this self-flattering ambiguity with two specific, checkable requirements, forcing an honest classification of what's actually being done rather than what it's being called.
Sources: Graham, "The Intelligent Investor" (1949; 1973 revised edition); Graham & Dodd, "Security Analysis" (1934)
## Steps
### Step 1: Confirm thorough analysis has actually been performed
The test's first requirement is "upon thorough analysis" — before applying the rest of the test, confirm genuine analysis has actually been done (financial statements reviewed, competitive position assessed, valuation calculated — see `audit-investment-thesis`), not merely that a decision has been made based on a tip, a chart pattern, or general enthusiasm. An operation with no real analysis behind it fails this threshold requirement regardless of what follows.
### Step 2: Test whether the analysis supports safety of principal
Given the analysis performed, assess honestly whether it genuinely supports confidence in preserving the invested capital — not certainty (no investment offers certainty), but a reasoned basis for expecting the principal to be protected against permanent loss under normal circumstances. An operation resting on hope rather than analytical support for capital safety fails this requirement.
### Step 3: Test whether the analysis supports an adequate return
Assess whether the analysis provides a reasoned basis for expecting a return adequate to compensate for the risk taken and the capital committed — not necessarily a spectacular return, but one that a careful analyst, using the same information, would find reasonably justified rather than merely hoped for.
### Step 4: Classify the operation honestly based on both tests together
An operation qualifies as investment only if both conditions are met — thorough analysis supporting both safety of principal and an adequate return. An operation failing either condition is speculative under this definition, regardless of the security type, the holding period, or how the operation is popularly described.
### Step 5: Size and treat speculative operations according to their actual classification
Where an operation is honestly classified as speculative rather than investment, treat it accordingly — sized as a bounded, clearly-labeled speculation with capital the investor can afford to lose, not conflated with or sized as if it were a core investment holding. Graham did not argue that speculation is never appropriate, only that it should be recognized and bounded as what it actually is.
## Rules
- Apply both conditions of the test together — an operation supported by analysis of return potential but not principal safety (or vice versa) still fails the investment classification.
- Never accept a self-applied "investing" label as sufficient — test the specific operation against both conditions regardless of what it's called.
- Confirm genuine thorough analysis was performed as a threshold requirement before assessing the other two conditions — an operation with no real analysis behind it fails immediately, regardless of outcome.
- Size and bound any operation honestly classified as speculative according to that classification, not according to the more comfortable "investment" label.
## Examples
**Correctly classified as investment:** An investor performs thorough financial and competitive analysis on a company, concluding the business's balance sheet and competitive position genuinely support confidence in capital preservation, and that the current valuation offers a reasoned expectation of adequate return relative to the risk. Both conditions of the test are met — a genuine investment operation under Graham's definition.
**Correctly classified as speculation despite the "investing" label:** A different operation involves purchasing a stock primarily because its price has been rising rapidly and momentum seems likely to continue, with no analysis of the underlying business's financial condition or valuation performed. Despite being described by the purchaser as "investing," this fails the thorough-analysis threshold entirely and is honestly classified as speculation — sized and bounded accordingly rather than treated as a core holding.
## Common Mistakes
- **Assuming any stock purchase automatically qualifies as "investing"** — the label doesn't determine the classification; the actual presence of thorough analysis supporting both safety of principal and adequate return does.
- **Testing only one of the two conditions** — an operation supported by return-potential analysis without corresponding confidence in principal safety (or vice versa) still fails the full test.
- **Conflating "I did some research" with "thorough analysis"** — a superficial review of a stock's recent price chart or a brief skim of headlines doesn't meet the threshold the test requires.
- **Failing to size a speculative operation as speculation once honestly classified** — the value of the classification is lost if a speculative operation is still sized and treated as if it were a core investment holding.
## When NOT to Use
- As a justification for never engaging in any speculative activity — Graham didn't argue speculation is always wrong, only that it should be recognized and bounded honestly as speculation rather than mislabeled as investment.
- For assessing an already-completed, fully-diligenced investment decision where the classification question has already been settled — this test is most useful applied before or during the decision, not as a retrospective relabeling exercise.
- As a substitute for the full analytical process itself — the test asks whether thorough analysis was performed and what it supports; it doesn't replace doing that analysis (see `audit-investment-thesis`).
> **Finance disclaimer:** This skill encodes professional best practices for educational purposes. It is not financial advice. Consult a licensed financial advisor before making investment decisions.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!