3
votes
1answer
68 views

How can I evaluate how poor a fit a parametric VaR result would be for a given holding?

I'm currently working on an application that, among other things, computes a one-day parametric VaR for security positions. I understand that the parametric method of computing VaR is a poor fit for ...
3
votes
2answers
605 views

Covariance for arbitrarily large portfolios

I am implementing a method in Java to calculate the variance, covariance, and value at risk for a portfolio, which should be flexible for use with any number of assets in a portfolio. I am struggling ...