Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Modeling Chapter 11 Recovery Waterfalls

ASecurity

Builds recovery waterfall models with absolute priority, secured vs unsecured claims, and plan of reorganization distribution analysis. Use when modeling bankruptcy recoveries, analyzing claim priorities, or estimating creditor distributions.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
datarustgotestingsecurity

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill modeling-chapter-11-recovery-waterfalls --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Modeling Chapter 11 Recovery Waterfalls?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Modeling Chapter 11 Recovery Waterfalls
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-modeling-chapter-11-recovery-waterfalls/badge)](https://www.skillsdirectory.com/skills/lev-os-modeling-chapter-11-recovery-waterfalls)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: modeling-chapter-11-recovery-waterfalls
description: Builds recovery waterfall models with absolute priority, secured vs unsecured claims, and plan of reorganization distribution analysis. Use when modeling bankruptcy recoveries, analyzing claim priorities, or estimating creditor distributions.
tags:
  - modeling
  - distressed-and-restructuring
  - credit
metadata:
  author: casemark
  practice_areas:
    - Restructuring
    - Distressed Investing
    - Turnaround
  document_types:
    - Financial Model
  skill_modes:
    - Modeling
    - Forecasting
---
# Modeling Chapter 11 Recovery Waterfalls

Builds recovery waterfall models that distribute enterprise value across claim classes following absolute priority, estimating cents-on-the-dollar recovery for each creditor tier under a plan of reorganization or liquidation scenario.

## When To Use

- Estimating creditor recoveries under a proposed Chapter 11 plan of reorganization
- Comparing reorganization vs. Chapter 7 liquidation outcomes (the "best interests" test)
- Pricing distressed debt by modeling recovery at various enterprise value assumptions
- Evaluating the fulcrum security (the class where value breaks)
- Supporting disclosure statement preparation or plan confirmation arguments
- Stress-testing recovery sensitivity to valuation, claim amounts, or priority disputes

## Inputs To Gather

- **Claims register / proof-of-claim summary**: All filed claims by class — secured, priority, general unsecured, subordinated, equity interests. Include disputed or contingent claims with estimated allowed amounts.
- **Collateral valuations**: Appraised or estimated values for each collateral pool securing a secured claim (real property, equipment, receivables, IP). Distinguish between going-concern and orderly-liquidation values.
- **Enterprise or asset value range**: Low / base / high valuation scenarios. Source from DCF, comparable transactions, or liquidation analysis as appropriate.
- **DIP facility and administrative claims**: DIP loan balances, accrued professional fees (debtors' counsel, UCC counsel, financial advisors), U.S. Trustee fees, cure costs.
- **Plan treatment terms**: Any negotiated recoveries, equity tips, gifting structures, or class-skipping provisions in the proposed plan [VERIFY — plan terms are case-specific].
- **Intercompany claims and structural seniority**: Entity-level debt placement if multi-entity debtor group; substantive consolidation status.
- **Executory contract / lease cure amounts**: Assumed or rejected contracts and corresponding cure or rejection damage claims.

## Workflow

1. **Map the priority stack**
   - Order all claims by Bankruptcy Code priority: § 507 priority claims (admin expenses, wage claims, tax claims), then secured claims (to extent of collateral value), general unsecured, subordinated, equity.
   - For secured creditors, bifurcate under § 506(a): secured portion (up to collateral value) and deficiency claim (unsecured).
   - Identify any intercreditor subordination agreements that contractually re-order the statutory waterfall [VERIFY — subordination terms vary by agreement].

2. **Build the waterfall schedule**
   - Row structure: one row per claim class, ordered by priority.
   - Column structure: claim amount | cumulative claims | available value | distribution | recovery %.
   - Distribute available value top-down: each class receives the lesser of its allowed claim or remaining distributable value before the next class is paid.
   - For classes receiving partial recovery, calculate pro-rata distribution across claimants within the class.

3. **Model secured claim recoveries separately**
   - Each secured class waterfall runs against its specific collateral pool, not the general estate.
   - Apply adequate protection payments already made during the case as offsets.
   - If collateral value exceeds the secured claim, the surplus flows back to the general estate.

4. **Run valuation scenarios**
   - Build at least three scenarios (low / base / high enterprise value) to show how recovery shifts across classes.
   - Identify the fulcrum security — the most senior class that receives less than full recovery. This is the class with the greatest negotiating leverage and option value.
   - Calculate breakeven enterprise value for each class to achieve par recovery.

5. **Incorporate plan-specific adjustments**
   - Equity tips or carve-outs negotiated for junior classes despite absolute priority.
   - Convenience class thresholds (small claims paid in full to reduce administrative cost).
   - Rights offerings, backstop commitments, or new-money investment tranches that affect distributable value.
   - Tax attributes (NOLs, § 382 limitations) that affect post-emergence equity value [VERIFY — NOL availability depends on ownership change analysis].

6. **Perform the best-interests test**
   - Build a parallel Chapter 7 liquidation waterfall using orderly-liquidation collateral values and estimated Chapter 7 trustee fees / wind-down costs.
   - Compare class-by-class: each class must receive at least as much under the plan as it would in liquidation.

## Output

- **Recovery waterfall table**: Claim class | Allowed claim amount | Distribution amount | Recovery % — across all scenarios.
- **Fulcrum security identification**: State which class is the fulcrum and at what enterprise value the fulcrum shifts.
- **Sensitivity matrix**: Recovery by class across a range of enterprise values (e.g., $50M increments).
- **Best-interests comparison**: Side-by-side plan vs. liquidation recovery for each class.
- **Key assumptions summary**: Valuation methodology, disputed claim treatment, subordination mechanics, and plan-specific adjustments applied.

## Quality Checks

- Waterfall distributions must sum exactly to total distributable value — no leakage or rounding gaps.
- No junior class receives any distribution while a senior class is impaired (unless an equity tip or gift is explicitly modeled and labeled).
- Secured claim bifurcation matches collateral valuations; deficiency claims flow correctly to the unsecured pool.
- Administrative and priority claims are fully satisfied before any distribution to general unsecured creditors [VERIFY — confirm no § 1129(a)(9) waiver].
- Recovery percentages are bounded 0–100% per class; cross-check that weighted average recovery across all claims equals total distributable value / total allowed claims.
- Scenario outputs move directionally as expected — higher enterprise value should weakly increase recovery for each class.
- All disputed, contingent, or unliquidated claims are flagged with estimated allowed amounts and marked [VERIFY].

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

655280 votes

Weather

Get current weather and forecasts (no API key required).

476190 votes
View all in data →