Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joellewis avatar

Liquidity Management

  • 408 installs
  • 161 repo stars
  • Updated July 18, 2026
  • joellewis/finance_skills

liquidity-management is a Claude Code skill that monitors cash buffers, redemption stress, and funding lines while adjusting portfolio liquidity rules for developers operating asset management, treasury, or fintech treas

About

liquidity-management is a Claude Code skill for monitoring and adjusting portfolio liquidity in asset management, treasury, and fintech operations contexts. The skill helps developers implement cash buffer tracking, redemption stress scenario analysis, and funding line management logic that adapts as markets and client flows change. Developers reach for liquidity-management when building dashboards or automated rules that guard against liquidity shortfalls during redemption spikes or market stress. The skill suits engineers encoding treasury and portfolio liquidity policies into auditable monitoring systems rather than one-time static allocation models.

  • Cash buffer targets
  • Redemption stress tests
  • Funding line playbooks
  • Liquidity bucket mapping
  • Escalation triggers

Liquidity Management by the numbers

  • 408 all-time installs (skills.sh)
  • +18 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #242 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joellewis/finance_skills --skill liquidity-management

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs408
repo stars161
Last updatedJuly 18, 2026
Repositoryjoellewis/finance_skills

How do you monitor portfolio liquidity and redemption stress?

Monitor cash buffers, redemption stress, and funding lines while adjusting portfolio liquidity rules as markets and client flows change.

Who is it for?

Developers building treasury dashboards, asset management ops tools, or automated liquidity monitoring for funds and fintech balance sheets.

Skip if: Static loan underwriting without ongoing treasury liquidity monitoring, or teams without portfolio or fund liquidity management needs.

When should I use this skill?

A developer asks to track cash buffers, model redemption stress, manage funding lines, or adjust portfolio liquidity rules as flows change.

What you get

Cash buffer thresholds, redemption stress test results, funding line status reports, and updated portfolio liquidity rules.

  • Liquidity monitoring rules
  • Stress test scenario outputs
  • Funding line status reports

Files

SKILL.mdMarkdownGitHub ↗

Liquidity Management

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:

TierAccess TimeExamplesTypical Yield
Tier 1 — ImmediateSame dayChecking and savings at your primary bank, money market fundsLow
Tier 2 — Short-term1-3 business daysHigh-yield savings at an online bank, brokerage sweep cash, T-bills, bond funds and bond ETFsModerate
Tier 3 — Medium-term1-4 weeks (or penalty cost)CDs (early-withdrawal penalty), I-bonds (after 1-year lockup)Moderate-High
Tier 4 — Long-term30+ daysReal estate, PE/VC, locked alternatives, retirement accounts (pre-59½)Highest

Tier notes:

  • Tier 1 vs Tier 2 savings: the distinction is transfer time, not product type. A savings account at your primary bank offers same-day access (Tier 1); a high-yield savings account at an online bank typically requires a 1-3 business day ACH transfer to reach your checking account (Tier 2).
  • Bond funds and bond ETFs: both settle T+1 (the US moved to T+1 settlement in May 2024 for equities, ETFs, and mutual funds), so sale proceeds are available in roughly 1-3 business days including transfer to a bank. They belong in Tier 2 for access time — though, unlike deposits, the sale price is subject to market risk.

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

FormulaExpressionUse Case
Liquidity ratioLiquid assets / monthly expensesAdequacy check
Net cash flowΣ income - Σ expensesMonthly surplus/deficit
CD ladder yieldWeighted average of rung yieldsBlended return on ladder
Smoothing reserveBase monthly expenses × 2-3Buffer for variable income
Breakeven penaltyCD 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

Running the script

Run the reference implementation directly:

uv run scripts/liquidity_management.py     # PEP 723 header resolves dependencies automatically
python3 scripts/liquidity_management.py    # after: pip install numpy scipy

A bare run prints a demo covering liquidity ratios, a 12-month cash flow projection, cash runway, liquidity tier analysis, CD ladder construction, income smoothing, and CD breakeven analysis. Use --verify to recompute the demo figures and assert they match this skill's worked examples (prints PASS/FAIL, exits nonzero on mismatch), and --help to list the available classes and functions. The file is primarily meant to be imported as a module (from liquidity_management import LiquidityManagement) rather than run standalone.

Related skills

FAQ

What does liquidity-management help developers monitor?

liquidity-management helps developers monitor cash buffers, redemption stress scenarios, and funding line status while adjusting portfolio liquidity rules as markets and client redemption flows change.

Who should use liquidity-management?

liquidity-management suits developers building treasury dashboards, fund operations tools, or fintech systems that need automated liquidity monitoring and stress-aware buffer management.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.