Let $X_1$ and $X_2$ be identically distributed correlated lognormal random variables:
$$X_1,X_2 \sim \ln \mathcal{N}(\mu_X,\sigma_X^2)$$
(such that their logs are bivariate normal).
The correlation between $X_1$ and $X_2$ is given by:
$$\text{corr}(X_1,X_2) = \rho_X$$
Let $Y_1$ and $Y_2$ be the reciprical of these random variables:
$$Y_1 = \frac{1}{X_1}, Y_2 = \frac{1}{X_2}$$
Then $Y_1$ and $Y_2$ will also be lognormally distributed according to:
$$Y_1,Y_2 \sim \ln \mathcal{N}(-\mu_X,\sigma_X^2)$$
The correlation between them is given by $\rho_Y$:
$$\text{corr}(Y_1,Y_2) = \rho_Y$$
Can an expression for $\rho_Y$ be written in terms of $\rho_X$?