TomDoan wrote: ↑Fri Sep 01, 2023 9:49 am
ac_1 wrote:
A few more questions:-
[A] Interpretation:
As coded in the rpf file, dlogdm=log(dm/dm{1}), log returns are time additive; the portfolio value is value=100, and ftrigger=VaR/value.
Now let's say e.g. VaR=2.6, this can be interpreted as 2.6% is at risk on the portfolio value: be it 1,000 USD, 10,000 USD or x USD in value. In otherwords, a probability p=0.01 (say) of losses >= to 2.6% on any USD sized portfolio. Correct?
E.g. For FX, from the point-of-view of a dollar investor, I would model USD/XXX, as that would be XXX per 1 USD, and based on the 100 USD portfolio the 2.6% loss would be in terms of USD. Correct?
Returns to USD/XXX and XXX/USD are signed opposites of each other. USD/XXX would give you USD per xxx (literally---that's what / means), not the other way around. In GARCHUV.RPF, the data are in USD/DM so, as written, that would be analyzing returns in holding DM's.
My analysis is from the
point-of-view of a dollar investor, i.e. using dollars to invest in foreign currency.
I want to confirm the wording:
https://estima.com/webhelp/topics/garch ... casts.html : the investment would be a $100 US invested in DM.
https://estima.com/webhelp/topics/egarc ... terpf.html : returns to 100 DM
viewtopic.php?t=3645&start=15 : In GARCHUV.RPF, the data are in USD/DM so, as written, that would be analyzing returns in holding DM's
https://estima.com/webhelp/topics/garchbootrpf.html : returns to 100 yen
So those examples are using dollars to invest in foreign currency and being LONG XXXUSD.
Correct?
(Note the modern way is to quote currency pairs without the forward slash see:
https://en.wikipedia.org/wiki/Currency_pair, and as an example click on forex tab
https://tradingeconomics.com/)
If I have rawdata on USDJPY (the large number e.g. 145.00) i.e. Yen's per dollar, I would calculate:
set JPYUSD=1.0/USDJPY
set returns = 100.0*log(JPYUSD/JPYUSD{1})
that way round would make it easier to follow the garch examples above, and from them calculate VaR and ES analysis for a LONG position in JPYUSD. Correct?
And as per discussions in this topic for a SHORT [right-tail] position in JPYUSD.
In the market, the Yen dollar currency pair is typically traded having being quoted as USDJPY (the large number e.g. 145.00). So the analysis for JPYUSD would have reverse interpretations from the point-of-view of a dollar investor having traded USDJPY i.e.
- VaR and ES for LONG position in JPYUSD would be the same dollar amount for SHORT position in USDJPY
- VaR and ES for SHORT [right-tail] position in JPYUSD would be the same dollar amount for LONG position in USDJPY
Correct?