CanadianCreditData {CDNmoney} | R Documentation |
Canadian credit aggregates.
data(CanadianCreditData) data(CanadianCreditData.asof.5Jun2007) data(CanadianCreditData.asof.3Mar2006) data(CanadianCreditData.asof.28Jan2005)
The objects are time series.
Several data objects are loaded, as listed in the table
''Canadian Credit Variable Definitions''. The
CanadianCreditData
usage loads the most recent version and
other usages loads data as of the given date.
These data are the Canadian Credit aggregates in millions of Canadian dollars.
begin{table}
caption{Canadian Credit Variable Definitions}
begin{center}
begin{tabular}{lll}
hline
hline
variable (ID) tab short description tab longer description
hline
tab tab
TotalCredit tab total credit tab total household and business credit
ConsumerCredit tab consumer credit tab total consumer credit
ResidentialMortgage tab residential mortgage tab total residential mortgage credit
ShortTermBusinessCredit tab short term-business credit tab total short-term business credit
OtherBusinessCredit tab other business credit tab total other business credit
hline
end{tabular}
end{center}
end{table}
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 as shown in table ''Bank of Canada / Statistics Canada Cansim II numbers''.
begin{table}
caption{Bank of Canada / Statistics Canada Cansim II numbers}
begin{center}
begin{tabular}{lll}
hline
hline
tab unadjusted tab SA
hline
tab tab
TotalCredit tab v122644 tab v122648
ConsumerCredit tab v122698 tab v122707
ResidentialMortgage tab v122736 tab v122746
ShortTermBusinessCredit tab v122639 tab v122646
OtherBusinessCredit tab v36412 tab
hline
end{tabular}
end{center}
end{table}
Aggregates are from the Bank of Canada and also available from Statistics Canada.
Bank of Canada Banking and Financial Statistics. Table E2 http://www.bank-banque-canada.ca.
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))