Calculate Incremental VaR
quantlib-risk
Calculate Incremental VaR
Calculates how much portfolio VaR increases when adding a new position. This measures the absolute change in VaR from including the new asset, helping traders and portfolio managers assess the risk impact of new trades before execution. [Tier: PRO, Credits: 5]
POST
Calculate Incremental VaR
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Historical returns of the existing portfolio
Example:
[0.01, -0.015, 0.008]
Historical returns of the position to be added
Example:
[0.02, -0.025, 0.012]
Weight of new position as fraction of total portfolio value
Required range:
0 <= x <= 1Example:
0.1
Example:
0.99
Example:
1000000
