liquidity-risk

Train regression models to predict liquidity risk in private equity portfolios.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/bolnet/private-equity --skill liquidity-risk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: liquidity-risk
Source: https://github.com/bolnet/private-equity/tree/main/finance-mcp-plugin/skills/private-equity/liquidity-risk
Command: npx skills add https://github.com/bolnet/private-equity --skill liquidity-risk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, scikit-learn, xgboost, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of identifying and mitigating liquidity risk in private equity portfolios by using machine learning regression models.

Core Features & Use Cases

  • Model Training: Train regression models on portfolio data to predict liquidity risk.
  • Individual Prediction: Predict liquidity risk scores for specific companies.
  • Portfolio Scan: Scan the entire portfolio and rank companies by risk.
  • Risk Factor Analysis: Analyze the key drivers of liquidity risk.
  • Stress Testing: Simulate downside scenarios to understand the impact of adverse conditions.

Quick Start

Run the liquidity_predictor script with the 'portfolio_data_fy24.csv' file to train the liquidity risk model.

Frequently Asked Questions about liquidity-risk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I predict liquidity risk in a private equity portfolio using machine learning?

You can predict liquidity risk in a private equity portfolio by training machine learning regression models on your portfolio data to generate individual risk scores and rank companies. The Skill utilizes pandas, numpy, scikit-learn, and xgboost for data processing and predictive analysis.

What is the best way to scan my private equity portfolio for liquidity risk?

The best way to scan your portfolio for liquidity risk is to run a trained regression model across your entire dataset to rank companies by their predicted risk scores. This allows you to assess risk across diverse company profiles within your private equity fund.

Can I run stress testing and risk factor analysis for private equity liquidity?

Yes, you can run stress testing for private equity liquidity by simulating downside scenarios to understand the impact of adverse conditions. The Skill also analyzes key drivers to provide comprehensive risk factor analysis for your portfolio companies.

How do I train a regression model for liquidity risk prediction?

To train a regression model for liquidity risk prediction, you run the liquidity prediction script with a CSV file containing your portfolio data. The script uses scikit-learn and xgboost to process the data and build the predictive model.

Does this liquidity risk prediction tool require specific Python dependencies?

Yes, this liquidity risk prediction tool requires specific Python dependencies to function, including pandas, numpy, scikit-learn, and xgboost. These libraries provide the foundational data processing and machine learning framework for regression modeling.