Skip to main content
POST
Calculate Marginal VaR

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
portfolio_returns
number[]
required

Historical returns of the existing portfolio

Example:
new_position_returns
number[]
required

Historical returns of the position being analyzed

Example:
position_weight
number
required

Current weight of the position in the portfolio

Example:

0.1

confidence
number
default:0.99
Example:

0.99

Response

Successful marginal VaR calculation

success
boolean
Example:

true

data
object