# I. Introduction Generally, we se ARMA model for evaluate conditional mean and ARCH to evaluate Conditional variance or Volatility or Dispersion. We are more interested to find out conditional variance, because we want to use the past history to forecast the variance. In financial market depends on "Volatility is clustering" implies time varying conditional variance. In financial marketing risk has become an important part both for risk management and for regulatory purposes. Different investors have different levels of risk that they willing to take volatility is perceived as a measure of risk. ARMA models are mainly focused on to model the conditional expectation of a process given the past, but in an ARMA model the conditional variance given the past is constant. What does this mean for, say, modeling stock returns? Suppose we have noticed that recent daily returns have been unusually volatile. We might forecast that tomorrow's return is also more variable than usual. However, an ARMA model cannot capture this type of behavior because its conditional variance is constant. So we need improved time series models if we desire to model the non constant volatility. In this paper we look at ARCH and GARCH time series models that are becoming widely used in econometrics and finance because they have randomly varying volatility. ARCH is an acronym meaning Auto Regressive Conditional Heteroscedasticity. In ARCH models the conditional variance has a structure very similar to the structure of the conditional expectation in an AR model. We first study the ARCH (1) model, which is the simplest GARCH model and similar to an AR (1) model. Then we look at ARCH (p) models that are analogous to AR (p) models. Finally, we look at GARCH (Generalized ARCH) models that model conditional variances much as the conditional expectation is modeled by an ARMA model. Econometricians are being asked to forecast and analyze the size of the errors of the model. In this case the questions are about volatility and the standard tools have become the ARCH/GARCH models. The basic version of the least squares model assumes that, the expected value of all error terms when squared is the same at any given point. This assumption is called homoskedasticity and it is this assumption that is the focus of ARCH/GARCH models. ARCH models were introduced by Engle (1982) generalized autoregressive conditional heteroscedasticity (GARCH) (Bollerslev, 1986) were developed early in stock market forecasting. However, these models are generally not effective tools for forecasting due to the non-linearity of data and the occurrence of shocks (Sharma et al. 2016). The model assumes that the variance of the current error term is related to the size of previous period error terms. Emerson Rodolfo Abraham et al (2020) study the Time Series Prediction with Artificial Neural Networks: An Analysis Using Brazilian Soybean Production. In this paper they were collected the data 1961-2016 regarding soybean production in Brazil. The results reveal that ANN is the best approach to predict soybean harvest area and production while classical linear function remains more effective to predict soybean yield. The work of Babu et al (2014) proposed a hybrid system based on ARIMA and GARCH models. The authors collected data from January 2010 to January 2011 to define the first dataset (TD1) used for evaluating the performance of their model. As reported in this, they compared results between the proposed approach and other autoregressive models such as ARIMA, GARCH etc. The corresponding errors measures (MAPE, MAE, MaxAPE and RMSE) show that the proposed approach outperforms other models. Furthermore, the authors considered SBI shares from January 2010 to December 2010 to test the performance of proposed approach. The error performance measures (MAE, MaxAPE, etc.) confirmed that the proposed method obtains better results among others model (ARIMA and GARCH single scenario etc.). Also, the proposed hybrid system minimizes error performance. Despite achieving considerable results, autoregressive models present several limitations for stock price prediction compared to ML-based techniques. Hamilton (1994) proposed the increasing interest in predicting the future behavior of complex systems by involving a temporal component. Researchers have investigated this problem modeling a convenient representation for financial data, the so-called time series (i.e., numerical data points observed sequentially through time). Previous studies have highlighted the difficulty studying financial time series accurately due to their non-linear and non-stationary patterns. Forecasting Foreign Exchange Rates of Different Countries using Non Linear Models # Notes Genetic Algorithm (GA) and uses two US stock market indices, DOW30 and NASDAQ100, for forecasting. The data were partitioned into training, testing, and validation datasets. The model validation was done on the stock data of the COVID-19 period. The experimental findings obtained using the DOW30 and NASDAQ100 reveal that the accuracy of the GA and ANN hybrid model for the DOW30 and NASDAQ100 is greater than that of the single ANN (BPANN) technique, both in the short and long term. Various ARCH models have been applied by researchers to analyze the volatility of exchange rates in different countries. For example some studies are: (Benavides, 2006) in which the author analyses the volatility forecast for the Mexican Peso -U.S. Dollar exchange rate, (Trenca et. al., 2011) which analyzes the evolution of the exchange rate for: Euro/RON, dollar/RON, yen/RON, British pound/RON, Swiss franc/RON for a period of five years from 2005 until 2011, (Alam et. al., 2012) in which the authors analyze exchange rates of Bangladeshi Taka (BDT) against the U.S. Dollar (USD) for the period of July 03, 2006 to April 30, 2012, (Musa et. al, 2014) forecast the exchange rate volatility between Naira and US Dollar using GARCH models. # II. Literature Review a) Arch Model ARCH is as AR component except we use lag or variance rather than lag of dependent variable. The following reasons for the ARCH success: ? ARCH models are simple and easy to handle ? ARCH models take care of clustered errors ? ARCH models take care of nonlinearities ? ARCH models take care of changes in the econometrician's ability to forecast. The basic equation of estimation of parameters in ARCH model is given in (4.2.2) Let Y t be N (0, 1). The process Z t is an ARCH (q) process if it is stationary and if it satisfies for all't' and some strictly positive valued process ?? ?? , the equations Z t = ?? ?? Y t ?(1)?? ?? 2 =?? 0 + ?? 1 Y ???1 2 + ?? 2 Y ???2 2 + ? +?? ?? Y ????? 2 ?(2) Constraints on parameters: ? variance has to be positive: ?? 0 > 0, ?? 1 , ?? 2 , ? , ?? ?? ?1 ? 0, ?? ?? > 0 ? Stationary: ?? 1 + ?? 2 + ? + ?? ?? < 1 b) Garch Model GARCH is as MA component except we use past error of variance equation rather than past error of mean equation. In ARCH model computational problems may arise when the polynomial presents a high order. To facilitate such computation, Forecasting Foreign Exchange Rates of Different Countries using Non Linear Models Bollerslev (1986) proposed a Generalized Autoregressive Conditional Heteroskedasticity (GARCH) model. GARCH (p,q) model (generalized autoregressive conditional heteroskedasticity) -equation for variance ?? ?? 2 . ?? ?? 2 = ?? 0 + ?? 1 Y ???1 2 + ?? 2 Y ???2 2 + ? +?? ?? Y ????? 2 + ?? 1 ?? ???1 2 + ?? 2 ?? ???2 2 + ? +?? ?? ?? ????? 2 ?(3) It is quite obvious the similar structure of Autoregressive Moving Average (ARMA) and GARCH processes: a GARCH (p, q) has a polynomial ?? (L) of order "p"the autoregressive term, and a polynomial ?? (L) of order "q" -the moving average term. c) Estimation of Value at Risk (VAR) Value at Risk (VaR) estimates the maximum expected loss on an investment, over a given period of time and given a specified degree of confidence. A value at risk statistic has three components: a time period, a confidence level and a loss amount (expressed either in currency or loss percentage). Value at risk answers question like what is the worst I can, with a 95% or 99% level of confidence, expect to lose in investment over the next day, month or year. According to Glyn (2014) value at risk is given by ?????? = ?? + ???? ??(4) In this research, value at risk (VaR) will be estimated using GARCH models identified between USD/INR, GBP/INR, CHF/INR and JPY/INR on the foreign exchange rate. Comparison of daily exchange rates of USD American dollar, GBP British Pound, CHF Swiss Franc and JPY Japanese JPY currencies with INR Indian currency data taken from 15 th May 2011-13 th May 2021 analyzed is collected from the official website (http://www.rbi.org.in) of Reserve Bank of India (RBI). After choosing the best model, serial correlation and heteroscedasticity is checked. Also, by using the Jarque-Bera test it can be stated if the residuals are normally distributed or not. At last the conditional standard deviation is plotted. Autoregressive conditional heteroskedasticity (ARCH) models are used for modelling observed time series. Also they are used in order to characterize various observed time series. An ARCH (q) model is estimated using ordinary least squares. # f) ARCH, GARCH Comparison and Analysis We shall be developing two types of models (ARCH -autoregressive conditional heteroskedastic model, GARCH -generalized autoregressive conditional heteroskedastic model and compare them in order to find the best model. Small p-values (less than 0.05) suggest that the data is stationary and doesn't need to be differenced, From Table 1.2.1 above, it is clearly seen that all the p-values of ADF test are less than 0.05, suggesting that the series of the foreign exchange rates of USD/INR, GBP/INR, CHF/INR and JPY/INR are stationary in mean but not in variance. Also, the USD/INR, GBP/INR, CHF/INR and JPY/INR foreign exchange rates show a clear evidence of ARCH effect since the p-values of Chi-square test are less than?? = 0.05. This signifies that the variances of the foreign exchange rates are nonconstant for all the periods specified. The Box and Jenkins procedure is applied to the variance series (???? 2 ) obtained from difference logged series of the closing prices which will lead to the model building process. # i. Arch Analysis # ii. Garch Analysis The model building procedures begins with the identified GARCH processes for the USD/INR, GBP/INR, CHF/INR and JPY/INR foreign exchange rates. The GARCH process based on following tests for checking its diagnostic Jarque Bera Test, Box-Ljung test. From Table 1 ![Dinesh et al (2021) studied the Integration of genetic algorithm with artificial neural network for stock market forecasting. In this they were proposed an intelligent forecasting method based on a hybrid of an Artificial Neural Network (ANN) and a](image-2.png "") ![d) MethodologyARCH and GARCH models have become important tools in the analysis of time series data, particularly in financial application. These models are especially useful when the goal of the study is to analyse and forecast volatility. This study investigates the volatility in foreign exchange rate.ThisPaper investigates the behavior of daily exchange rates between USD/INR, GBP/INR, CHF/INR and JPY/INR. This Paper attempts to examine the performance of ARCH/GARCH model in forecasting the currencies traded in Indian foreign exchange markets. This paper attempts to examine the performance of ARCH/GARCH model in forecasting the currencies traded in Indian foreign exchange markets. Study the Forecasting value of next 5 years exchange rates USD American dollar, GBP British Pound, CHF Swiss Franc and JPY Japanese JPY currencies with INR Indian data from that investigates the behavior of daily exchange rates between USD/INR, GBP/INR, CHF/INR and JPY/INR.](image-3.png "") ![Figure 1.2.1: Residual Plots of the Daily Exchange Rates between USD/INR, GBP/INR, CHF/INR and JPY/INR](image-4.png "Notese)Forecasting") ![](image-5.png "") ![](image-6.png "") ![](image-7.png "") ![](image-8.png "") Normality testIs NormalIs not NormalUse as it isTake a log/normalizeCheck for StationaryStationaryNon-StationaryWe use actual level dataThe 1 st difference of data Check for Stationaryersion I V VIssueStationaryNon-StationaryWe use the 1 st difference of dataWe use the 2 nd difference of dataVariance Ratio test( F )Variance ConstantVariance not constantUse ARIMAUse ARIMA with ARCH/GARCHAppropriate Lag for ARMAARCH effectNo ARCH effectApply ARCH/GARCH modelWill stay with ARIMAWe will add on ARCH and GARCHcomponents until the diagnosing areUse it to Forecastingclear 1Chi-squaredp-valueUSD/INR200.77< 2.2e-16GBP/INR41.134=1.422e-10CHF/INR97.26< 2.2e-16JPY/INR70.278< 2.2e-16 1CountriesModelParametersIdentified?0?1?1?2USD/INR GARCH(1,1)0.00203910.06423540.9040804NILGBP/INR GARCH(1,1)0.0183100.0845820.841950NILCHF/INR GARCH(2,2)0.00413880.10779980.22382570.6525444JPY/INR GARCH(1,1)2.259e-055.000e-025.000e-02NILunivariate Generalized Autoregressive Conditional Heterskedastic (GARCH) model and observed that GARCH (1,1) was identified as the best model for USD/INR and GBR/INR and YAN/INR. GARCH(2,2) was identified as the best model for USD/INR CHF/INR.Forecasting Foreign Exchange Rates of Different Countries using Non Linear Models Figure 1.2.2: Conditional Standard Deviation Plot of USD/INR, GBP/INR, CHF/INR And JPY/INR Foreign Exchange Rates © 2022 Global Journals * Modelling Volatility of the BDT/USD Exchange Rate with GARCH Model ZAlam ARahman International Journal of Economics and Finance 4 11 2012 * Selected Indian stock predictions using a hybrid ARIMA-GARCH model CNBabu BEReddy Proceedings of the 2014 International Conference on Advances in Electronics Computers and Communications the 2014 International Conference on Advances in Electronics Computers and CommunicationsBangalore, India 2014 * Volatility Forecasts for the Mexican Peso -U.S. Dollar Exchange Rate: An Empirical Analysis of GARCH GuillermoBenavides Option Implied and Composite Forecast Models Banco de Mexico, Research Document 2006. 2006 * Generalized autoregressive conditional heteroskedasticity TBollerslev J Econom 31 1986 * Integration of genetic algorithm with artificial neural network for stock market forecasting, international journal of systems assurance engineering and management KDinesh Sharma HSHota KateBrown RichaHanda 2021 * Autoregressive conditional heteroskedasticity with estimates of the variance of United Kingdom inflation REngle Econometrica 50 1982 * Time Series Prediction with Artificial Neural Networks: An Analysis Using Brazilian Soybean Production Emerson RodolfoAbraham JoãoGilbertoMendes Dos Reis OduvaldoVendrametto PedroLuiz De Oliveira CostaNeto RodrigoCarloToloi Aguinaldo Eduardo de Souza and Marcos de Oliveira Morais 2020. 2020 10 * Value-at-Risk HGlyn Second Edition 2014 * Time Series Analysis ;J DHamilton 1994. 1994 Princeton University Press 2 Princeton, NJ, USA * Forecasting of Exchange Rate Volatility between Naira and US Dollar Using GARCH Models YMusa MTasi'u BAbubakar International Journal of Academic Research in Business and Social Sciences 4 7 2014 * Forecasting Exchange Rates: a Comparative Analysis Pacelli International Journal of Business and Social Science 3 10 2012 International Journal of Business and Social Science * A hybrid neuro-fuzzy model for foreign exchange rate prediction HSharma DKSharma HSHota Acad Account Financ Stud J 20 3 2016