Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. documentclass[11pt]{article}
  2. usepackage[
  3. textwidth=155mm,
  4. top=23.5mm,
  5. bottom=23.5mm,
  6. footskip=40pt,
  7. heightrounded,
  8. ]{geometry}
  9. usepackage[T1]{fontenc}
  10. usepackage[utf8]{inputenc}
  11. usepackage{lmodern} % math & rm
  12. usepackage{microtype}
  13. usepackage{threeparttable}
  14. usepackage{threeparttablex} %
  15. usepackage[table,xcdraw]{xcolor}
  16. usepackage[skip=0.33baselineskip]{caption}
  17. usepackage{array}
  18. usepackage{booktabs,makecell}
  19. usepackage{tabularx}
  20. begin{document}
  21. begin{table}[H]
  22. caption{List of variables}
  23.  
  24. begin{threeparttable}
  25. renewcommand{arraystretch}{1.3}
  26.  
  27. begin{tabular}{l p{7cm} p{3cm} p{2cm}} %%zxqdcolumn
  28. toprule
  29. multicolumn{1}{l}{Variable} & multicolumn{1}{l}{Explanation} &
  30. multicolumn{1}{l}{Measure of} & multicolumn{1}{l}{Source} \
  31. midrule
  32.  
  33. multicolumn{4}{c}{textbf{Dependent variables}} \
  34. rule{0pt}{1ex}
  35.  
  36. $Y^n_{eu,t}$ & Yield on a 10-year zero coupon government bond of an eurozone country in the sample & & Datastream \
  37. $Y^n_{us,t}$ & Yield on the 10-year US zero coupon government bond & & Datastream \
  38. $R^n_{eu,t}$ & 10-year Overnight Index Swap rate of the EU & & Datastream \
  39. $R^n_{us,t}$ & 10-year Overnight Index Swap rate of the US & & Bloomberg
  40. \multicolumn{4}{c}{textbf{Control variables}} \
  41. rule{0pt}{1ex}
  42. $VSTOXX$ & Implied volatility of near term options on the EuroStoxx 50 index (eurozone equivalent of the VIX) & Euro-area risk aversion & Datastream \
  43. $CDS$ & 10-year credit default swap of an eurozone country in the sample. Defined in Datastream as ''the mid-rate spread between the entity and the relevant benchmark curve'' & Country specific credit risk & Datastream \
  44. $Redom$ & Redenomination risk. Calculated as the difference between the 5-year CDS of an eurozone country dominated in dollars minus the 5-year CDS dominated in Euro of that same country (this is called the quanto CDS), and quanto CDS of Germany ($Qcds_{t}$-$Qcds_{t_{Ger}}$) & Redenomination risk & Bloomberg \
  45. $CESI_{j}$ & The Citigroup Economic Surprise Index (CESI) measures the surprise content of the release of macroeconomic and fiscal news (not monetary policy news) on a daily basis. A positive value indicates a positive surprise. $j in us,eu$. & Macro-economic news & Datastream \
  46. $ECB$ & Impulse dummies which equal 1 on ECB UMP announcement days and 0 otherwise. See also Table A.2 in Appendix A.2. & UMP announcements of the ECB & ECB website \
  47. bottomrule
  48. end{tabular}
  49. begin{tablenotes}[para,flushleft]scriptsize{
  50. item textbf{Notes}: Rates and yields are measured in basis points. The variables $Y^n_{eu,t}$, $CDS$, $BAS$ and $Redom$ are collected for each eurozone country in the sample. The other variables are time-series observations.}
  51. end{tablenotes}
  52. end{threeparttable}
  53. end{table}
  54. end{document}
  55.  
  56. newcommand{vname}[1]{mathrm{#1}} % or: mathit
  57.  
  58. documentclass[11pt]{article}
  59. % I've simplified preamble to bare minimum
  60. usepackage[textwidth=155mm,vmargin=23.5mm, footskip=40pt,
  61. heightrounded]{geometry}
  62. usepackage[T1]{fontenc}
  63. usepackage[utf8]{inputenc}
  64. usepackage{lmodern}
  65. usepackage{microtype}
  66. usepackage[skip=0.33baselineskip]{caption}
  67. usepackage{booktabs,array,ragged2e}
  68. newcommand{vname}[1]{mathrm{#1}} % or: mathit
  69. begin{document}
  70.  
  71. begin{table}[p] % not "H"!
  72. renewcommand{arraystretch}{1.3}
  73. setlength{tabcolsep}{0pt} % let LaTeX figure out intercolumn whitespace
  74. caption{List of variables}
  75.  
  76. begin{tabular*}{textwidth}{@{extracolsep{fill}}
  77. l
  78. >{RaggedRightarraybackslash}p{7cm}
  79. >{RaggedRightarraybackslash}p{3cm}
  80. l}
  81. toprule
  82. Variable & Explanation & Measure of & Source \
  83. midrule
  84. multicolumn{4}{l}{Dependent variables} \
  85. $Y^n_{eu,t}$ & Yield on a 10-year zero coupon government bond of a eurozone country in the sample & & Datastream \
  86. $Y^n_{us,t}$ & Yield on the 10-year US zero coupon government bond & & Datastream \
  87. $R^n_{eu,t}$ & 10-year Overnight Index Swap rate of the EU & & Datastream \
  88. $R^n_{us,t}$ & 10-year Overnight Index Swap rate of the US & & Bloomberg \
  89. addlinespace
  90. multicolumn{4}{l}{Control variables} \
  91. $vname{VSTOXX}$ & Implied volatility of near term options on the EuroStoxx 50 index (eurozone equivalent of the VIX) & Euro-area risk aversion & Datastream \
  92. $vname{CDS}$ & 10-year credit default swap of an eurozone country in the sample. Defined in Datastream as ``the mid-rate spread between the entity and the relevant benchmark curve'' & Country specific credit risk & Datastream \
  93. $vname{Redom}$ & Redenomination risk. Calculated as the difference between the 5-year CDS of an eurozone country dominated in dollars minus the 5-year CDS dominated in Euro of that same country (this is called the quanto CDS), and quanto CDS of Germany ($vname{Qcds}_{t}-vname{Qcds}_{t_{vname{Ger}}}$) & Redenomination risk & Bloomberg \
  94. $vname{CESI}_{j}$ & The Citigroup Economic Surprise Index ($vname{CESI}$) measures the surprise content of the release of macroeconomic and fiscal news (not monetary policy news) on a daily basis. A positive value indicates a positive surprise. $jin{us,eu}$. & Macroeconomic news & Datastream \
  95. $vname{ECB}$ & Impulse dummies which equal $1$ on ECB UMP announcement days and~$0$ otherwise. See also Table A.2 in Appendix~A.2. & UMP announcements of the ECB & ECB website \
  96. bottomrule
  97. addlinespace
  98. end{tabular*}
  99.  
  100. footnotesize
  101. textbf{Notes} Rates and yields are measured in basis points. The variables $Y^n_{eu,t}$, $vname{CDS}$, $vname{BAS}$ and $vname{Redom}$ are collected for each eurozone country in the sample. The other variables are time series observations.
  102.  
  103. end{table}
  104. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement