sec-footnotes-analysis
Analyze footnotes and accounting policies from SEC filings using Octagon MCP. Use when researching revenue recognition policies, critical estimates, lease obligations, pension assumptions, stock compensation, contingencies, and new accounting pronouncements.
What this skill does
# SEC Footnotes Analysis
Analyze footnotes and accounting policies from SEC filings for public companies using the Octagon MCP server.
## Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.
## Workflow
### 1. Identify Analysis Parameters
Determine the following before querying:
- **Ticker**: Stock symbol (e.g., AAPL, MSFT, GOOGL)
- **Filing Type** (optional): 10-K (annual) or 10-Q (quarterly)
- **Focus Area** (optional): Specific footnote topics of interest
### 2. Execute Query via Octagon MCP
Use the `octagon-agent` tool with a natural language prompt:
```
Analyze the footnotes and accounting policies from <TICKER>'s latest quarterly filing.
```
**MCP Call Format:**
```json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Analyze the footnotes and accounting policies from NVDA's latest quarterly filing."
}
}
```
### 3. Expected Output
The agent returns structured footnote analysis including:
**Accounting Consistency:**
- No material changes to significant accounting policies since annual report
**Fiscal Year Structure:**
- 52-week fiscal year ending last Sunday in January
- Q3 is a 13-week quarter
**Consolidation Principles:**
- Includes wholly owned subsidiaries
- Intercompany balances eliminated
**Estimates and Assumptions:**
- Management estimates that could differ from actual results
**New Accounting Pronouncements:**
- No recent adoptions materially impacting statements
**Data Sources**: octagon-sec-agent
### 4. Interpret Results
See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Understanding key footnote disclosures
- Evaluating accounting policy changes
- Assessing critical estimates
- Identifying hidden risks
## Example Queries
**Full Footnote Analysis:**
```
Analyze the footnotes and accounting policies from NVDA's latest quarterly filing.
```
**Revenue Recognition:**
```
Extract the revenue recognition policies and performance obligations from MSFT's latest 10-K footnotes.
```
**Lease Obligations:**
```
Analyze the lease footnotes and operating lease obligations from AMZN's latest 10-K.
```
**Debt Details:**
```
Extract debt maturity schedule and terms from AAPL's footnotes in the latest 10-K.
```
**Stock Compensation:**
```
Analyze the stock-based compensation footnotes for GOOGL including vesting schedules and expense.
```
**Contingencies:**
```
Extract litigation and contingency disclosures from META's latest 10-K footnotes.
```
## Key Footnote Categories
### Significant Accounting Policies (Note 1/2)
| Policy | What It Covers |
|--------|----------------|
| Revenue Recognition | When and how revenue is recognized |
| Consolidation | Subsidiaries, VIEs, eliminations |
| Cash Equivalents | Definition, components |
| Inventory | Valuation method (FIFO, LIFO, avg) |
| Property & Equipment | Depreciation methods, useful lives |
| Intangibles | Amortization, impairment testing |
| Leases | Classification, measurement |
| Income Taxes | Deferred taxes, uncertain positions |
### Revenue Recognition
| Element | Disclosure |
|---------|------------|
| Performance Obligations | Distinct goods/services |
| Transaction Price | Allocation methodology |
| Timing | Point in time vs. over time |
| Contract Assets/Liabilities | Deferred revenue, unbilled |
| Disaggregation | Revenue by type, geography |
### Fair Value Measurements
| Level | Description |
|-------|-------------|
| Level 1 | Quoted prices in active markets |
| Level 2 | Observable inputs other than Level 1 |
| Level 3 | Unobservable inputs |
### Debt and Financing
| Disclosure | Content |
|------------|---------|
| Terms | Interest rates, covenants |
| Maturities | Repayment schedule |
| Fair Value | Carrying vs. market value |
| Credit Facilities | Availability, usage |
### Leases
| Element | Disclosure |
|---------|------------|
| Classification | Operating vs. finance |
| ROU Assets | Right-of-use asset values |
| Lease Liabilities | Present value of payments |
| Maturity Schedule | Future payment obligations |
| Expense | Lease cost breakdown |
### Commitments and Contingencies
| Type | Disclosure |
|------|------------|
| Legal | Litigation status, reserves |
| Purchase | Contractual obligations |
| Guarantees | Indemnifications, warranties |
| Environmental | Remediation, compliance |
### Stock Compensation
| Element | Disclosure |
|---------|------------|
| Plan Description | Types of awards |
| Expense | Period cost recognized |
| Valuation | Assumptions (volatility, term) |
| Unvested Awards | Outstanding, expected vesting |
## Critical Accounting Estimates
### High Judgment Areas
| Estimate | Risk Factors |
|----------|--------------|
| Goodwill | Impairment testing assumptions |
| Revenue | Variable consideration, returns |
| Allowances | Bad debt, inventory obsolescence |
| Taxes | Uncertain positions, valuation allowance |
| Contingencies | Litigation outcomes, timing |
| Pensions | Discount rate, return assumptions |
### Red Flags in Estimates
1. **Aggressive assumptions** - Below-market discount rates
2. **Inconsistent changes** - Estimate revisions without explanation
3. **Concentrated judgment** - Single estimate driving results
4. **Lack of disclosure** - Vague sensitivity analysis
5. **Trend divergence** - Estimates moving opposite to peers
## New Accounting Standards
### Recently Adopted
Track impact of:
- Revenue recognition (ASC 606)
- Leases (ASC 842)
- Credit losses (ASC 326)
- Income taxes (various)
### Pending Adoption
Monitor upcoming:
- Segment reporting changes
- Crypto asset disclosure
- Climate-related disclosures
- Income tax transparency
## Comparing Footnotes
### Year-over-Year Changes
| Change Type | Significance |
|-------------|--------------|
| New policy | Significant event or standard |
| Policy modification | Changed circumstances |
| Removed disclosure | Issue resolved or consolidated |
| Expanded disclosure | Increased materiality |
| Reduced disclosure | Decreased significance |
### Peer Comparison
Compare across competitors:
- Revenue recognition approaches
- Estimate methodologies
- Disclosure quality
- Policy choices
## Analysis Tips
1. **Start with Note 1**: Summary of significant policies provides foundation.
2. **Track changes**: Compare footnotes year-over-year for policy shifts.
3. **Read related party**: Transactions with insiders reveal governance.
4. **Check subsequent events**: Post-period events may be material.
5. **Cross-reference MD&A**: Management discussion provides context.
6. **Note judgmental areas**: High-estimate disclosures signal risk.
## Use Cases
- **Accounting research**: Understand company's financial reporting
- **Risk assessment**: Identify hidden liabilities and contingencies
- **Valuation support**: Gather inputs for financial modeling
- **Due diligence**: Comprehensive policy review
- **Audit analysis**: Evaluate disclosure quality
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.