Comprehensive Portfolio Risk Assessment
Performs an extensive portfolio risk analysis using historical returns data. Calculates a wide range of risk metrics including VaR, CVaR, volatility, Sharpe ratio, Sortino ratio, maximum drawdown, and more.
Use Cases:
- Complete portfolio performance evaluation
- Risk reporting for clients and regulators
- Historical backtesting and analysis
- Portfolio monitoring and surveillance
Metrics Included:
- Value at Risk (VaR) and Conditional VaR
- Portfolio volatility and downside deviation
- Sharpe ratio and Sortino ratio
- Maximum drawdown and drawdown duration
- Higher moments (skewness, kurtosis)
- Rolling volatility statistics
Credits: 5 per request [Tier: PRO, Credits: 5]
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
Historical returns matrix (each inner array is the return time series for one asset)
[
[0.015, -0.008, 0.023, 0.012, -0.005],
[0.012, -0.006, 0.019, 0.01, -0.004],
[0.018, -0.009, 0.021, 0.014, -0.006],
[0.02, -0.012, 0.025, 0.016, -0.008]
]Portfolio weights (should sum to 1.0)
[0.3, 0.25, 0.25, 0.2]Confidence level for VaR/CVaR calculations
0.5 <= x <= 0.9990.95
Risk-free rate (per period, matching returns frequency)
0.0012
Response
Comprehensive portfolio risk assessment completed successfully
