Calculates Value at Risk using the parametric (variance-covariance) method. This assumes normal distribution of returns and estimates VaR using portfolio volatility and confidence level. Best suited for portfolios with normally distributed returns and linear positions. Use when you have volatility estimates and want fast calculation without historical data. [Tier: PRO, Credits: 5]
Documentation Index
Fetch the complete documentation index at: https://docs.fincept.in/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Get your key at https://api.fincept.in/auth/register
Total portfolio value in currency units
1000000
Annualized volatility (standard deviation) as a decimal (e.g., 0.20 for 20%)
x >= 00.2
Confidence level for VaR calculation (e.g., 0.99 for 99%)
0.5 <= x <= 0.9990.99
Time horizon in days for VaR calculation
x >= 11