liquidity-management
Plan and manage cash flow to ensure adequate liquidity while minimizing opportunity cost of excess cash. Use when the user asks about cash flow forecasting, CD or bond laddering, liquidity tiers, income smoothing for variable earners, or sweep strategies. Also trigger when users mention 'T-bill ladder', 'where to park cash', 'irregular income budgeting', 'freelancer cash management', 'lumpy expenses', 'liquidity ratio', 'how much cash to hold', or ask how to plan for large upcoming expenses.
What this skill does
# Liquidity Management ## Purpose Plan and manage cash flow to ensure adequate liquidity for all financial obligations while minimizing the opportunity cost of holding excess cash. This skill covers cash flow forecasting, laddering strategies, tiered liquidity frameworks, and income smoothing for variable earners. ## Layer 6 — Personal Finance ## Direction Both (retrospective cash flow analysis and prospective forecasting) ## When to Use - Building a cash flow forecast (monthly projections for 12+ months) - Setting up CD, bond, or T-bill ladders for structured liquidity - Managing irregular or variable income (freelancers, commission-based) - Assessing liquidity adequacy across investable assets - Planning for known large expenses (taxes, tuition, property taxes) - Optimizing sweep and cash management strategies ## Core Concepts ### Cash Flow Forecasting Project income and expenses monthly for 12+ months: - **Income sources**: salary, business income, investment income, rental income, side gigs - **Fixed expenses**: mortgage/rent, insurance, subscriptions, loan payments - **Variable expenses**: food, utilities, discretionary spending - **Periodic lumpy expenses**: property taxes, insurance premiums, tuition, estimated taxes - **Net cash flow**: income - expenses per period → identifies surplus/deficit months ### Income Smoothing (Variable Earners) For commission, freelance, seasonal, or bonus-heavy income: - Compute trailing 12-month average income as "base salary equivalent" - Budget based on base amount, not peak months - Buffer surplus months into a smoothing reserve (separate from emergency fund) - Target smoothing reserve: 2-3 months of base expenses - Draw from reserve in below-average months ### Liquidity Tiers Classify investable assets by time to access: | Tier | Access Time | Examples | Typical Yield | |------|------------|---------|---------------| | Tier 1 — Immediate | 0-1 day | Checking, savings, money market | Low | | Tier 2 — Short-term | 1-7 days | Brokerage cash, T-bills, HYSA | Moderate | | Tier 3 — Medium-term | 1-4 weeks | CDs (with penalty), bond funds, I-bonds (after 1yr) | Moderate-High | | Tier 4 — Long-term | 30+ days | Real estate, PE/VC, locked alternatives, retirement accounts (pre-59½) | Highest | ### CD Laddering Stagger CD maturities for regular access + higher yields: - Example: $60K split into 6 CDs maturing every 2 months - As each CD matures: either use the cash or reinvest at the longest rung - Benefit: captures term premium while maintaining periodic liquidity - Variant: 3/6/9/12-month ladder, renewing each at 12 months ### Bond Laddering Similar concept with Treasury or corporate bonds: - Annual maturities across 1-5 or 1-10 years - Provides predictable cash flows and interest rate diversification - Rungs mature and are reinvested at prevailing rates (automatic rate averaging) ### T-Bill Ladder Short-duration, high-liquidity ladder: - 4/8/13/26-week T-bills rolling continuously - Purchased at Treasury Direct or through brokerage - State tax exempt (federal only) - Highly liquid: can sell on secondary market before maturity ### Liquidity Metrics - **Liquidity ratio**: liquid assets / monthly expenses (target ≥ 3-6) - **Cash reserve ratio**: cash + near-cash / total portfolio - **Current ratio** (business): current assets / current liabilities (target > 1.5) - **Quick ratio** (business): (current assets - inventory) / current liabilities ### Seasonal and Tax Planning - **Estimated taxes**: quarterly for self-employed (Q1: Apr 15, Q2: Jun 15, Q3: Sep 15, Q4: Jan 15) - **Property taxes**: typically semi-annual — reserve monthly for escrow-like smoothing - **Holiday/vacation**: set aside monthly into dedicated sub-account - **Annual expenses**: insurance premiums, memberships → amortize monthly ### Margin of Safety Maintain buffer above minimum liquidity requirements: - Income uncertainty → larger buffer - Known upcoming large expenses → pre-fund 2-3 months early - Market correlation: income and portfolio may both decline in recession ## Key Formulas | Formula | Expression | Use Case | |---------|-----------|----------| | Liquidity ratio | Liquid assets / monthly expenses | Adequacy check | | Net cash flow | Σ income - Σ expenses | Monthly surplus/deficit | | CD ladder yield | Weighted average of rung yields | Blended return on ladder | | Smoothing reserve | Base monthly expenses × 2-3 | Buffer for variable income | | Breakeven penalty | CD early withdrawal penalty / (CD rate - savings rate) | Whether to break CD | ## Worked Examples ### Example 1: CD Ladder Construction **Given:** $60,000 to deploy, want liquidity every 2 months, 12-month CDs yielding 4.8% **Calculate:** Ladder structure and blended yield **Solution:** - Split into 6 equal CDs of $10,000 each - Stagger maturities: 2, 4, 6, 8, 10, 12 months - Initial yields may vary by term: 2mo=4.2%, 4mo=4.4%, 6mo=4.5%, 8mo=4.6%, 10mo=4.7%, 12mo=4.8% - Blended yield ≈ average = 4.53% - Every 2 months one CD matures → reinvest at 12-month rate (4.8%) or use funds - After full cycle (12 months), all CDs are 12-month earning 4.8% ### Example 2: Variable Income Smoothing **Given:** Freelancer with monthly income ranging $3,000-$15,000, average $8,000. Monthly expenses $5,500. **Calculate:** Base budget and smoothing reserve target **Solution:** - Base budget: $5,500/month (essential expenses) - Average monthly surplus: $8,000 - $5,500 = $2,500 - Smoothing reserve target: $5,500 × 3 = **$16,500** - In months earning >$8K: direct excess to smoothing reserve until funded - In months earning <$5.5K: draw from smoothing reserve - Once reserve is funded, excess above $8K goes to savings/investment goals ## Common Pitfalls - Illiquidity surprise: needing cash when assets are locked in alternatives or retirement accounts - Penalty drag from breaking CDs frequently (defeats the purpose of laddering) - Over-optimizing yield at the expense of access (yield chasing in illiquid instruments) - Not planning for estimated tax payments (large quarterly cash needs for self-employed) - Ignoring correlation between income loss and market decline (both happen in recessions) - Treating credit lines as liquidity (they can be revoked when most needed) ## Cross-References - **emergency-fund** (wealth-management plugin, Layer 6): first tier of liquidity, must be funded before optimizing - **lending** (wealth-management plugin, Layer 6): margin loans, HELOCs as backup liquidity (with risks) - **time-value-of-money** (core plugin, Layer 0): CD/bond pricing, yield calculations - **debt-management** (wealth-management plugin, Layer 6): debt payments are fixed cash flow obligations - **savings-goals** (wealth-management plugin, Layer 6): multiple goals compete for available cash flow - **tax-efficiency** (wealth-management plugin, Layer 5): estimated taxes, tax-loss harvesting timing - **fixed-income-sovereign** (wealth-management plugin, Layer 2): T-bill ladder mechanics, Treasury Direct - **financial-planning-workflow** (advisory-practice plugin, Layer 10): cash flow tier structure informs the liquidity analysis in comprehensive financial plans ## Reference Implementation See `scripts/liquidity_management.py` for computational helpers.
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.