FXRatesCHF             package:fxregime             R Documentation

_E_x_c_h_a_n_g_e _R_a_t_e_s _w_i_t_h _C_H_F _U_n_i_t _C_u_r_r_e_n_c_y

_D_e_s_c_r_i_p_t_i_o_n:

     Foreign exchange rates for 24 currencies with respect to Swiss
     franks (CHF) from 1971-01-04 to 2007-06-07.

_U_s_a_g_e:

       data("FXRatesCHF")

_F_o_r_m_a_t:

     'FXRatesCHF' is a '"zoo"' series with '"Date"' time index
     containing 25 daily time series from 1971-01-04 to 2006-11-29. The
     columns correspond to the price currencies (in ISO 4217 format)
     with respect to CHF as the unit currency.

_D_e_t_a_i_l_s:

     Additionally, to the 'DEM' and 'EUR' series, it contains a column
     called 'DUR' containing the 'EUR' rates starting from 1999 and the
     (converted) 'DEM' rates prior to 1999.

_S_o_u_r_c_e:

     Available online from the US Federal Reserve:

     <URL: http://www.federalreserve.gov/releases/h10/Hist/>

_S_e_e _A_l_s_o:

     'zoo'

_E_x_a_m_p_l_e_s:

     data("FXRatesCHF")
     ## compute/visualize USD/CNY rate
     cny_usd <- na.trim(FXRatesCHF[,"CNY"]/FXRatesCHF[,"USD"])
     plot(cny_usd)

