financial-statements-variance-calculation

Sub-skill of financial-statements: Variance Calculation (+3).

5 stars

Best use case

financial-statements-variance-calculation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of financial-statements: Variance Calculation (+3).

Teams using financial-statements-variance-calculation should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/variance-calculation/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/business/finance/financial-statements/variance-calculation/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/variance-calculation/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How financial-statements-variance-calculation Compares

Feature / Agentfinancial-statements-variance-calculationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of financial-statements: Variance Calculation (+3).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Variance Calculation (+3)

## Variance Calculation


For each line item, calculate:
- **Dollar variance:** Current period - Prior period (or current period - budget)
- **Percentage variance:** (Current - Prior) / |Prior| x 100
- **Basis point change:** For margins and ratios, express change in basis points (1 bp = 0.01%)


## Materiality Thresholds


Define what constitutes a "material" variance requiring investigation. Common approaches:

- **Fixed dollar threshold:** Variances exceeding a set dollar amount (e.g., $50K, $100K)
- **Percentage threshold:** Variances exceeding a set percentage (e.g., 10%, 15%)
- **Combined:** Either the dollar OR percentage threshold is exceeded
- **Scaled:** Different thresholds for different line items based on their size and volatility

*Example thresholds (adjust for your organization):*

| Line Item Size | Dollar Threshold | Percentage Threshold |
|---------------|-----------------|---------------------|
| > $10M        | $500K           | 5%                  |
| $1M - $10M    | $100K           | 10%                 |
| < $1M         | $50K            | 15%                 |


## Variance Decomposition


Break down total variance into component drivers:

- **Volume/quantity effect:** Change in volume at prior period rates
- **Rate/price effect:** Change in rate/price at current period volume
- **Mix effect:** Shift in composition between items with different rates/margins
- **New/discontinued items:** Items present in one period but not the other
- **One-time/non-recurring items:** Items that are not expected to repeat
- **Timing effect:** Items shifting between periods (not a true change in run rate)
- **Currency effect:** Impact of FX rate changes on translated results


## Investigation and Narrative


For each material variance:
1. Quantify the variance ($ and %)
2. Identify whether favorable or unfavorable
3. Decompose into drivers using the categories above
4. Provide a narrative explanation of the business reason
5. Assess whether the variance is temporary or represents a trend change
6. Note any actions required (further investigation, forecast update, process change)

Related Skills

handle-browser-automation-financial-site-blocks

5
from vamseeachanta/workspace-hub

Workflow for working around Chrome extension blocks on financial sites during data collection tasks

handle-blocked-financial-sites-workaround

5
from vamseeachanta/workspace-hub

Workflow for accessing financial account data when browser automation is blocked on brokerage sites

handle-blocked-financial-sites-data-export

5
from vamseeachanta/workspace-hub

Workflow for extracting data from blocked financial sites when browser automation is restricted

financial-site-bypass-workflow

5
from vamseeachanta/workspace-hub

Workflow for accessing restricted financial sites when browser automation is blocked

financial-data-export-workflow

5
from vamseeachanta/workspace-hub

Structured process for exporting and analyzing multi-year brokerage transaction history when browser automation is blocked

financial-analysis

5
from vamseeachanta/workspace-hub

Domain expertise for financial markets, investment analysis, corporate finance, risk management, and energy finance.

calculation-report

5
from vamseeachanta/workspace-hub

Generate professional engineering calculation reports from YAML — renders LaTeX formulas, interactive charts, and pass/fail outputs as HTML using the warm-parchment design system

variance-analysis

5
from vamseeachanta/workspace-hub

Decompose financial variances into drivers with narrative explanations and waterfall analysis.

financial-statements

5
from vamseeachanta/workspace-hub

Generate income statements, balance sheets, and cash flow statements with GAAP presentation and period-over-period comparison.

orcaflex-modal-analysis-dof-percentage-calculation

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-modal-analysis: DOF Percentage Calculation (+2).

orcaflex-line-wizard-calculation-modes

5
from vamseeachanta/workspace-hub

Sub-skill of orcaflex-line-wizard: Calculation Modes.

financial-analysis-valuation-techniques

5
from vamseeachanta/workspace-hub

Sub-skill of financial-analysis: Valuation Techniques (+2).