CanadianCreditData         package:CDNmoney         R Documentation

_C_a_n_a_d_i_a_n _C_r_e_d_i_t _A_g_g_r_e_g_a_t_e_s

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

     Canadian credit aggregates.

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

             data(CanadianCreditData)
             data(CanadianCreditData.asof.3Mar2006)
             data(CanadianCreditData.asof.28Jan2005)

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

     The objects are time series.

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

     Several data objects are loaded, as listed in the table below. The
      'CanadianCreditData' usage loads the most recently version and 
     other usages loads data as of a given date.

     These data are the Canadian Credit aggregates in millions of
     Canadian dollars.

       variable (ID)            short description           longer description
                                                            
       TotalCredit              total credit                total household & business credit
       ConsumerCredit           consumer credit             total consumer credit
       ResidentialMortgage      residential mortgage        total residential mortgage  credit
       ShortTermBusinessCredit  short term-business credit  total short-term business credit
       OtherBusinessCredit      other business credit       total other business credit

     The components in this database are not seasonally adjusted (SA),
     but the corresponding Bank of Canada / Statistics Canada Cansim II
     numbers for  the seasonally adjusted aggregates are as follows:

                                unadjusted    SA
             TotalCredit         v122644    v122648
           ConsumerCredit        v122698    v122707
         ResidentialMortgage     v122736    v122746
       ShortTermBusinessCredit   v122639    v122646
         OtherBusinessCredit      v36412       

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

     Aggregates are from the _Bank of Canada_ and also available from 
     _Statistics Canada_.

_R_e_f_e_r_e_n_c_e_s:

     _Bank of Canada Banking and Financial Statistics_. Table E2 <URL:
     http://www.bank-banque-canada.ca>.

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

     'CanadianMoneyData', 'tframein the dse bundle of packages'

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

      require("tframe")
      data("CanadianCreditData", package="CDNmoney")

      tfplot(TotalCredit, ConsumerCredit, ResidentialMortgage,
         ShortTermBusinessCredit, OtherBusinessCredit) 
      tfplot(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
         ShortTermBusinessCredit, OtherBusinessCredit), graphs.per.page=3 ) 

      tfplot(diff(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
         ShortTermBusinessCredit, OtherBusinessCredit)), graphs.per.page=3 ) 

      tfplot(tbind(TotalCredit, ConsumerCredit, ResidentialMortgage,
         ShortTermBusinessCredit, OtherBusinessCredit), graphs.per.page=3, 
         start=c(1990,6), end=c(1991,6)) 

