Question about principal components analysis and copulas

I have often heard that a copula describes in full the interdependence of a set a random variables. Lets say I want to generate a set of random variables that conform to an observed joint probability distribution. My first thought would be to estimate the correlation matrix, do a PCA to identify the most significant directions of randomness (eigen vectors) and then identify the marginal distribution of the transformed variables. These marginal distributions are, in general, not normal. I can then generate variables from these marginal distributions (which have zero correlation by construction) and then reverse the transformation to get variables with the desired interdependence. Leaving aside the issue of estimation risk (assume my correlation matrix is a good estimate of the actual correlation matrix), have I ignored any information regarding the interdependence of the random variables, that a copula would describe? If I knew the copula and all the marginal distributions (of the original variables), and I used this to generate new random variables, are there any conditions where I would get significantly different results from the PCA approach? If it helps to answer the question, I am interested in Monte Carlo simulation of financial markets.

Yes, your correlation matrix only takes into account second order effects, that is the relationship between any two variables, but neglects more complicated arrangements.

Say for example that we have three random variables. X, Y and Z. X and Y are iid standard Normal, and Z = X*Y

Any pair of X, Y and Z will have zero correlation, but the set of three variables as a whole are strongly dependent.

Yes your correlation matrix only takes into account second order effects, that is the relationship between any two variables, but neglects more complicated arrangements involving three or more variables

Say for example that we have three random variables. X, Y and Z. X and Y are iid standard Normal, and Z = X*Y

Any pair of X, Y and Z will have zero correlation, and so will be simulated as independent variables by your method, but in reality the set of three variables as a whole are strongly dependent.