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

Alternatives

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

alternatives is a finance_skills agent skill that analyzes hedge funds, private equity, and venture capital with IRR, TVPI, DPI metrics and 2-and-20 fee modeling for developers building alternative investment product men

About

alternatives is a wealth-management skill from joellewis/finance_skills that teaches agents hedge fund strategies (long/short, macro, event-driven, CTA), private equity performance metrics, and fee mechanics. It covers IRR, TVPI, DPI, and RVPI calculations, standard 2-and-20 fee structures with high-water marks and hurdle rates, J-curve effects, vintage year diversification, illiquidity premiums of 150-400bp, and lock-up, gate, and side-pocket mechanics. Worked examples demonstrate fee drag and PE cash-flow IRR. Developers reach for alternatives when building product menus, education modules, eligibility rules, or portfolio analytics for hedge fund, PE, and VC exposure in wealth-management and fintech applications.

  • Alternative asset class taxonomy
  • Accredited investor constraints
  • Liquidity and lockup considerations
  • Due diligence documentation norms
  • Competitive product menu patterns

Alternatives by the numbers

  • 386 all-time installs (skills.sh)
  • +15 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #283 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 alternatives

Add your badge

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

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

How do you calculate PE TVPI and DPI metrics?

Research alternative investment categories—private equity, hedge funds, real assets, structured products—to inform product menus, education, and eligibility rules.

Who is it for?

Fintech and wealth-management developers implementing alternative investment menus, performance analytics, or fee transparency features for PE, VC, and hedge fund products.

Skip if: Developers modeling public equities or corporate bond credit spreads, which have dedicated equity and fixed-income skills in finance_skills.

When should I use this skill?

User asks about hedge fund strategies, PE IRR/TVPI/DPI, 2-and-20 fees, J-curve, or alternative investment manager evaluation.

What you get

Alternative investment analysis with IRR, TVPI, DPI multiples, fee drag calculations, and strategy classification for product integration.

  • PE/hedge fund metric calculations
  • Fee drag analysis
  • Strategy classification guidance

By the numbers

  • Covers 6 hedge fund strategy categories including long/short, macro, and CTA
  • Models standard 2-and-20 fee structure with high-water mark and hurdle rate variants
  • Part of finance_skills repository with 81 skills across 7 domain plugins

Files

SKILL.mdMarkdownGitHub ↗

Alternatives

Core Concepts

Hedge Fund Strategies

  • Long/Short Equity: Combines long positions in undervalued stocks with short positions in overvalued stocks. Net exposure can range from net long to market neutral.
  • Market Neutral: Targets zero beta to the market. Returns driven by stock selection alpha, not market direction.
  • Global Macro: Takes positions in currencies, rates, equities, and commodities based on macroeconomic views. Highly discretionary.
  • Event-Driven: Profits from corporate events — mergers (merger arbitrage), restructurings, spinoffs, bankruptcies.
  • Relative Value: Exploits pricing discrepancies between related securities (convertible arbitrage, fixed income arbitrage, capital structure arbitrage).
  • Managed Futures/CTA: Systematic trend-following strategies across futures markets. Historically provide positive convexity (perform well in crises).

Fee Structures

The standard hedge fund fee is "2-and-20" — 2% annual management fee on AUM plus 20% performance fee on profits.

  • High-water mark: Performance fees are only charged on new profits above the previous peak NAV. Protects investors from paying fees to recover losses.
  • Hurdle rate: A minimum return (often a risk-free rate) that must be exceeded before performance fees apply.
  • Clawback: Mechanism to recover performance fees if subsequent losses erode earlier gains (more common in PE).

Private Equity Metrics

  • IRR (Internal Rate of Return): The discount rate that sets the NPV of all cash flows (capital calls and distributions) to zero. The canonical money-weighted return — it is sensitive to the timing and size of cash flows, unlike the time-weighted returns used for public market funds.
  • TVPI (Total Value to Paid-In): (Distributions + Remaining Value) / Total Capital Called. A multiple of invested capital.
  • DPI (Distributions to Paid-In): Distributions / Total Capital Called. Measures realized returns only — the "cash-on-cash" multiple.
  • RVPI (Residual Value to Paid-In): Remaining Value / Total Capital Called. Measures unrealized value. TVPI = DPI + RVPI.

J-Curve

Private equity funds typically show negative returns in the early years because management fees are charged on committed capital, initial investments are carried at cost or slightly written down, and returns have not yet materialized. As portfolio companies mature and are exited, returns improve. The characteristic shape — initial losses followed by gains — resembles the letter J.

Vintage Year Diversification

PE fund performance is significantly influenced by the economic environment at the time of investment. Spreading commitments across multiple vintage years reduces the risk of investing all capital at unfavorable valuations.

Illiquidity Premium

The expected excess return demanded for accepting illiquidity — the inability to sell quickly at fair value. Private equity, venture capital, and certain hedge funds impose lock-up periods (1-10+ years). The illiquidity premium is theoretically 150-400bp for PE and private credit, though estimates vary and are debated.

Lock-Up Periods, Gates, and Side Pockets

  • Lock-up: Period during which investors cannot redeem (typically 1-3 years for hedge funds, 7-12 years for PE).
  • Gates: Limits on the percentage of fund assets that can be redeemed in any single period (e.g., 10-25% per quarter).
  • Side pockets: Illiquid or hard-to-value positions segregated from the main portfolio. Investors cannot redeem side-pocketed assets until they are realized.

Replication and Factor Exposure

Many hedge fund returns can be replicated with systematic factor exposure (equity market, size, value, momentum, credit, volatility selling). Research shows that a significant portion of hedge fund "alpha" is actually alternative beta — compensation for well-known risk factors. True alpha (manager skill net of factor exposure) is scarce and diminishing.

Due Diligence

Key areas: operational risk (back-office, custody, valuation practices), strategy capacity (can the strategy scale?), manager skill vs factor exposure, transparency and reporting, alignment of interests, and regulatory compliance.

Key Formulas

FormulaExpressionUse Case
Management FeeAUM × Management Fee RateAnnual fee on assets
Performance Feemax(0, Gains Above HWM) × Perf Fee RateFee on profits
Net Return (2-and-20)Gross Return - 2% - 20% × max(0, Gross - Hurdle)After-fee return
TVPI(Distributions + NAV) / Paid-In CapitalTotal return multiple
DPIDistributions / Paid-In CapitalRealized return multiple
RVPINAV / Paid-In CapitalUnrealized return multiple
IRRRate r: sum CF_t/(1+r)^t = 0Money-weighted return

Worked Examples

Example 1: Fee Drag on a Hedge Fund

Given: $10M invested, gross return = 8%, 2% management fee, 20% performance fee, no hurdle rate Calculate: Net return and fee drag Solution: Management fee = $10M × 2% = $200,000 Gross profit = $10M × 8% = $800,000 Performance fee = 20% × $800,000 = $160,000 (charged on gross profits; under this fee structure the management fee is calculated independently and is not deducted first — some funds instead charge the incentive fee net of the management fee, which would give 20% × $600,000 = $120,000; always check the fund documents) Total fees = $200,000 + $160,000 = $360,000 Net return = ($800,000 - $360,000) / $10,000,000 = 4.4% Fee drag = 8.0% - 4.4% = 3.6 percentage points

The investor keeps 4.4% of the 8.0% gross return. Fees consume 45% of gross returns in this example. At lower gross returns, the fee drag as a percentage becomes even more severe.

Example 2: Private Equity J-Curve and Multiples

Given: A PE fund calls $2M/year for 5 years (total $10M). Distributions: Year 4 = $1M, Year 5 = $3M, Year 6 = $5M, Year 7 = $8M, Year 8 = $4M. No residual value after Year 8. Calculate: DPI, TVPI, and approximate IRR Solution: Total distributions = $1M + $3M + $5M + $8M + $4M = $21M Total paid-in = $2M × 5 = $10M DPI = $21M / $10M = 2.1x TVPI = (21M + 0) / $10M = 2.1x (no residual, so TVPI = DPI)

Cash flows for IRR: Year 1: -$2M, Year 2: -$2M, Year 3: -$2M, Year 4: -$2M + $1M = -$1M, Year 5: -$2M + $3M = +$1M, Year 6: +$5M, Year 7: +$8M, Year 8: +$4M Solving for IRR numerically yields approximately 23%.

The J-curve is visible: negative net cash flows in years 1-4, turning positive in year 5, with the bulk of value returned in years 6-7.

Common Pitfalls

  • IRR manipulation through subscription credit lines — borrowing at the fund level delays capital calls, artificially boosting early IRR without improving actual returns
  • Survivorship and backfill bias in hedge fund databases — failed funds are removed and new entrants can backfill historical returns, inflating reported industry performance
  • Illiquidity masking true volatility — PE and hedge fund returns are based on appraisals or marks, which smooth reported volatility and understate true risk
  • Comparing PE IRR directly to public market time-weighted returns — use PME (Public Market Equivalent) for an apples-to-apples comparison

Cross-References

  • historical-risk: return measurement and risk-adjusted performance
  • equities: long/short equity strategies and factor exposures
  • fixed-income-corporate: private credit and leveraged loan markets
  • performance-attribution: evaluating manager alpha vs factor beta

Related skills

How it compares

Pick alternatives over generic portfolio skills when you need PE/VC cash-flow multiples, hedge fund fee mechanics, and illiquidity premium context for product design.

FAQ

What PE performance metrics does alternatives cover?

alternatives covers IRR (money-weighted return), TVPI (total value to paid-in), DPI (distributions to paid-in), and RVPI (residual value to paid-in) with worked examples from capital calls and distributions.

What fee structures does alternatives model?

alternatives models standard 2-and-20 hedge fund fees with management fees on AUM, 20% performance fees, high-water marks, hurdle rates, and clawback provisions, including fee drag worked examples.

This week in AI coding

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

unsubscribe anytime.