skills/legal/bankruptcy-interest-calculation/SKILL.md
Calculates pre-petition interest for bankruptcy proofs of claim and produces a filing-ready worksheet. Covers rate source hierarchy, day-count conventions, simple interest formulas, post-petition rules under 11 U.S.C. § 506(b), and fee inclusion standards. Use when preparing interest components of a proof of claim, calculating creditor claim amounts, or verifying interest calculations.
npx skillsauth add casemark/skills bankruptcy-interest-calculationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Calculates pre-petition interest and generates a defensible worksheet for attachment to a proof of claim.
Per Diem = (Principal × Annual Rate) ÷ Day-Count Divisor
Pre-Petition Interest = Per Diem × Days (Last Payment → Petition Date)
Use the day-count divisor required by the contract or governing standard (e.g., 365 or 360).
| Priority | Source | Notes | |----------|--------|-------| | 1 | Contract rate | Express provision in loan agreement or note | | 2 | Judgment rate | Rate from pre-petition judgment | | 3 | State statutory | Applicable state prejudgment rate | | 4 | Federal rate | 28 U.S.C. § 1961 (Treasury bill rate) |
Cite the source in the proof of claim with section number or statutory citation.
| Convention | Divisor | Typical Use | |------------|---------|-------------| | Actual/365 | 365 | Consumer loans, mortgages (default if unspecified) | | Actual/360 | 360 | Commercial loans, credit facilities | | 30/360 | 360 (30-day months) | Bonds, commercial paper |
Follow the contract. Default to Actual/365 only when unspecified.
Simple interest (most common for bankruptcy claims):
Per Diem = (Principal × Annual Rate) ÷ Day-Count Divisor
Interest = Per Diem × Actual Days in Accrual Period
Total Claim = Principal + Interest + Authorized Charges
| Claim Type | Post-Petition Interest? | |------------|------------------------| | Unsecured | No — stop at petition date (exception: solvent-debtor cases) | | Secured (oversecured) | Yes — under § 506(b), to extent of equity cushion | | Secured (undersecured) | No | | Priority | No |
Late fees — include only if all apply:
Attorney fees — include only if:
═══════════════════════════════════════════════════════
INTEREST CALCULATION WORKSHEET
Case: [Debtor Name], Case No. [XX-XXXXX]
Creditor: [Creditor Name] Account No.: [Number]
═══════════════════════════════════════════════════════
PRINCIPAL
Original Debt Amount: $__________
Less: Payments Received: ($__________)
Principal Balance as of [Last Pmt Date]: $__________
INTEREST
Principal Balance: $__________
Annual Interest Rate: __________%
Rate Source: [ ] Contract §__ [ ] Judgment [ ] Statutory [ ] Federal
Accrual: [Last Pmt Date] → [Petition Date] = ____ days
Day-Count: [ ] Actual/365 [ ] Actual/360 [ ] 30/360
Per Diem = ($______ × ____%) ÷ _____ = $__________
Interest = $______ × ____ days = $__________
OTHER CHARGES
Late Fees (Contract §__): $__________
NSF/Returned Check Fees: $__________
Attorney Fees (see itemization): $__________
Other: ______________________: $__________
CLAIM SUMMARY
Principal: $__________
Pre-Petition Interest: $__________
Other Charges: $__________
───────────────────────────────────────────────────────
TOTAL CLAIM AS OF PETITION DATE: $__________
═══════════════════════════════════════════════════════
Prepared by: __________________ Date: _______________
| Mistake | Fix | |---------|-----| | Post-petition interest on unsecured claim | Stop accrual at petition date | | Wrong day-count divisor | Follow contract; default Actual/365 | | Compounding on simple-interest contract | Match contract methodology exactly | | Unauthorized late/attorney fees | Only include contractually or statutorily permitted charges | | Using original loan amount as principal | Use balance after last credited payment | | Missing rate citation | Always cite contract section or statute — unsupported rates invite objection |
Attach supporting documentation: rate source excerpt, payment history, fee authorization clause.
development
name: automated-contract-summary language: en description: Generates structured executive summaries of contracts using ML — captures key terms, party obligations, risk allocations, and compliance requirements in a standardized format. Optimized for high-volume review where speed and consistency matter. tags: - summarization - agreement - corporate --- # Automated Contract Summarization Produces standardized executive summaries of contracts using machine learning, capturing essential term
tools
Extracts regulatory obligations from dense regulations across jurisdictions. Breaks down multi-level regulations into clear article-level obligations, classifies applicability to a business, and prioritizes by risk level. Use when translating regulations into actionable compliance requirements.
development
Continuously monitors regulatory landscapes for changes relevant to a specific business. Ingests global regulatory updates, filters by relevance, summarizes impact, and produces an actionable change advisory. Use when tracking regulatory developments affecting a particular product or market.
testing
Compares an organization's existing compliance controls, policies, and procedures against extracted regulatory obligations to identify coverage gaps. Produces a remediation plan with prioritized actions. Use when assessing compliance maturity or preparing for regulatory audits.