\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{jjanana (djjang2)} \pdfinfo{ /Title (breaking-down-risk-modeling.pdf) /Creator (Cheatography) /Author (jjanana (djjang2)) /Subject (Breaking Down Risk Modeling Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A6B4BF} \definecolor{LightBackground}{HTML}{F3F5F7} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Breaking Down Risk Modeling Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{jjanana (djjang2)} via \textcolor{DarkBackground}{\uline{cheatography.com/130831/cs/26173/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}jjanana (djjang2) \\ \uline{cheatography.com/djjang2} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 20th January, 2021.\\ Updated 20th January, 2021.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{3.44 cm} x{4.56 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Equations | Formulas}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Linear Regression Analysis}} & y = mx + b\{\{nl\}\}\{\{nl\}\} \textasciicircum{}y = dependent variable; m = slope;\{\{nl\}\} x = dependent variable; b = y-intercept\textasciicircum{} \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} {\bf{Shareholders' Equity}} & = Total Assets−Total Liabilities ​ \tn % Row Count 7 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Balanced Sheet}} & Assets = Liabilities + Shareholders Equity \tn % Row Count 9 (+ 2) % Row 3 \SetRowColor{white} {\bf{Working Capital}} & = (Current Assets - Current Liabilities) \tn % Row Count 11 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{Current Ratio}} & = (Current Assets / Current Liabilities) \tn % Row Count 13 (+ 2) % Row 5 \SetRowColor{white} {\bf{Acid Test (Quick) Ratio}} & = (cash + accounts receivable + market securities) / Current Liabilities \tn % Row Count 17 (+ 4) % Row 6 \SetRowColor{LightBackground} {\bf{Debt to Equity Ratio}} & = (Long Term Debt / Shareholders Equity) \tn % Row Count 19 (+ 2) % Row 7 \SetRowColor{white} {\bf{Debt to Assets Ratio}} & = (Total Liabilities / Total Assets) \tn % Row Count 21 (+ 2) % Row 8 \SetRowColor{LightBackground} {\bf{Coefficient of Variation}} & = Standard Deviation / Mean \tn % Row Count 23 (+ 2) % Row 9 \SetRowColor{white} {\bf{Mean}} & = (sum of the values / the number of values) \tn % Row Count 26 (+ 3) % Row 10 \SetRowColor{LightBackground} {\bf{Expected Value}} & = (probability x possibe outcomes) \tn % Row Count 28 (+ 2) % Row 11 \SetRowColor{white} {\bf{Expected Loss Ratio}} & = Probability of Default (PD) x Loss Given Default (LGD) x Exposure at Default (EAD) \tn % Row Count 32 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Financial Ratios}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Shareholders' Equity}}: represents the net worth of a company, which is the dollar amount that would be returned to shareholders if a company's total assets were liquidated, and all of its debts were repaid. Typically listed on a company's balance sheet, this financial metric is commonly used by analysts to determine a company's overall fiscal health. \{\{nl\}\} {\emph{Shareholders' equity is also used to determine the value of ratios, such as the debt-to-equity ratio (D/E), return on equity (ROE), and the book value of equity per share (BVPS).}}} \tn % Row Count 11 (+ 11) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Standard Deviation}} is a statistic that measures the dispersion of a dataset relative to its mean and is calculated as the square root of the variance. \{\{nl\}\} {\emph{If the data points are further from the mean, there is a higher deviation within the data set; thus, the more spread out the data, the higher the standard deviation.}} \{\{bb\}\} \{\{nl\}\} \{\{nl\}\} *A volatile stock has a high standard deviation, while the deviation of a stable blue-chip stock is usually rather low.\{\{nl\}\} *the smaller the degree of dispersion, the lesser the volatility, and the greater the accuracy of predicitions.\{\{nl\}\} *As a downside, the standard deviation calculates all uncertainty as risk, even when it's in the investor's favor - {\emph{such as above average returns.}}} \tn % Row Count 26 (+ 15) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Variance}}: The term variance refers to a statistical measurement of the spread between numbers in a data set. Variance measures how far each number in the set is from the mean and thus from every other number in the set. \{\{nl\}\} {\emph{The square root of the variance is the standard deviation (σ), which helps determine the consistency of an investment's returns over a period of time}} \{\{nl\}\} \{\{nl\}\} {\emph{ Investors use variance to see how much risk an investment carries and whether it will be profitable.}}} \tn % Row Count 37 (+ 11) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Financial Ratios (cont)}} \tn % Row 3 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Value at Risk (VaR)}}: measures and quantifies the level of financial risk within a firm, portfolio or position over a specific time frame. This metric is most commonly used by investment and commercial banks to determine the extent and occurrence ratio of potential losses in their institutional portfolios.\{\{nl\}\} {\emph{Risk managers use VaR to measure and control the level of risk exposure. One can apply VaR calculations to specific positions or whole portfolios or to measure firm-wide risk exposure.}}} \tn % Row Count 11 (+ 11) % Row 4 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Capital Asset Pricing Model (CAPM)}}: describes the relationship between systematic risk and expected return for assets, particularly stocks.} \tn % Row Count 14 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Securities|Investment Risks}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Derivative}}: A derivative is a financial security with a value that is reliant upon or derived from, an underlying asset or group of assets—a benchmark. The derivative itself is a contract between two or more parties, and the derivative derives its price from fluctuations in the underlying asset.} \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Securities}}: "security" refers to a fungible, negotiable financial instrument that holds some type of monetary value. It represents an ownership position in a publicly-traded corporation via stock; a creditor relationship with a governmental body or a corporation represented by owning that entity's bond; or rights to ownership as represented by an option.\{\{nl\}\} {\emph{There are primarily three types of securities: equity—which provides ownership rights to holders; debt—essentially loans repaid with periodic payments; and hybrids—which combine aspects of debt and equity.}}} \tn % Row Count 19 (+ 12) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Technical Analysis}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Skewness}}: refers to a distortion or asymmetry that deviates from the symmetrical bell curve, or normal distribution, in a set of data. If the curve is shifted to the left or to the right, it is said to be skewed. Skewness can be quantified as a representation of the extent to which a given distribution varies from a normal distribution. A normal distribution has a skew of zero, while a lognormal distribution, for ex, would exhibit some degree of right-skew.} \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Guide to Volatility}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Volatility:}} a statistical measure of the dispersion of returns for a given security or market index. In most cases, the higher the volatility, the riskier the security. Volatility is often measured as either the standard deviation or variance between returns from that same security or market index.} \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Calculate Volatility:}} Volatility is often calculated using variance and standard deviation. The standard deviation is the square root of the Variance. \{\{nl\}\}1. Find the mean of the data set. \{\{nl\}\}2. Calculate the difference between each data value and the mean. {\emph{This is often called deviation.}} \{\{nl\}\}3. Square the deviations. \{\{nl\}\}4. Add the squared deviations together. \{\{nl\}\}5. Divide the sum of the squared deviations by the number of data values.} \tn % Row Count 17 (+ 10) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Implied volatility}}: the parameter component of an option pricing model, such as the Black-Scholes model, which gives the market price of an option. Implied volatility shows how the marketplace views where volatility should be in the future. \{\{nl\}\} Since implied volatility is forward-looking, it helps us gauge the sentiment about the volatility of a stock or the market. However, implied volatility does not forecast the direction in which an option is headed.} \tn % Row Count 27 (+ 10) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Implied Volatility vs. Historical Volatility}}:\{\{nl\}\} Implied, or projected, volatility is a forward-looking metric used by options traders to calculate probability. \{\{nl\}\} Implied volatility, as its name suggests, uses supply and demand, and represents the expected fluctuations of an underlying stock or index over a specific time frame.} \tn % Row Count 34 (+ 7) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Guide to Volatility (cont)}} \tn % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{With Historical Volatility, traders use past trading ranges of underlying securities and indexes to calculate price changes.\{\{nl\}\} Calculations for historical volatility are generally based on the change from one closing price to the next.} \tn % Row Count 5 (+ 5) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Black Scholes Model}}: also known as the Black-Scholes-Merton (BSM) model, is a mathematical model for pricing an options contract. In particular, the model estimates the variation over time of financial instruments. It assumes these instruments (such as stocks or futures) will have a lognormal distribution of prices. Using this assumption and factoring in other important variables, the equation derives the price of a call option.} \tn % Row Count 14 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Volatility is a metric that measures the magnitude of the change in prices in a security. Generally speaking, the higher the volatility—and, therefore, the risk—the greater the reward. If volatility is low, the premium is low as well.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Financial Analysis}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Monte Carlo Simulation}}: used to model the probability of different outcomes in a process that cannot easily be predicted due to the intervention of random variables.\{\{nl\}\} {\emph{It is a technique used to understand the impact of risk and uncertainty in prediction and forecasting models.}}} \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Correlation}}: a statistic that measures the degree to which two variables move in relation to each other. \{\{nl\}\} {\emph{Correlation measures association, but doesn't show if x causes y or vice versa, or if the association is caused by a third–perhaps unseen–factor.}}} \tn % Row Count 12 (+ 6) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Correlation Coefficient}}: a statistical measure of the strength of the relationship between the relative movements of two variables. The values range between -1.0 and 1.0. A calculated number greater than 1.0 or less than -1.0 means that there was an error in the correlation measurement. A correlation of -1.0 shows a perfect negative correlation, while a correlation of 1.0 shows a perfect positive correlation. A correlation of 0.0 shows no linear relationship between the movement of the two variables.} \tn % Row Count 23 (+ 11) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Linear Relationship}}: a statistical term used to describe a straight-line relationship between two variables. Linear relationships can be expressed either in a graphical format where the variable and the constant are connected via a straight line or in a mathematical format where the independent variable is multiplied by the slope coefficient, added by a constant, which determines the dependent variable. \{\{nl\}\} {\emph{Linear relationships can be expressed either in a graphical format or as a mathematical equation of the form y = mx + b.}}} \tn % Row Count 34 (+ 11) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Financial Analysis (cont)}} \tn % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Expected Value}}: A weighted average of the values of the random variable, for which the probability function provides the weights, based on its Theoretical Probability. \{\{nl\}\}{\emph{If an experiment can be repeated a large number of times, the expected value can be interpreted as long-run average}}} \tn % Row Count 6 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Statistical Measures}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Dispersion}}: that describes the size of the distribution of values expected for a particular variable. Dispersion can be measured by several different statistics, such as range, variance, and standard deviation. In finance and investing, dispersion usually refers to the range of possible returns on an investment, but it can also be used to measure the risk inherent in a particular security or investment portfolio. It is often interpreted as a measure of the degree of uncertainty, and thus, risk, associated with a particular security or investment portfolio. \{\{nl\} {\emph{Generally speaking, the higher the dispersion, the riskier an investment is, and vice versa.}}} \tn % Row Count 14 (+ 14) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Random Variable}}: a variable whose value is unknown or a function that assigns values to each of an experiment's outcomes. Random variables are often designated by letters and can be classified as discrete, which are variables that have specific values, or continuous, which are variables that can have any values within a continuous range. \{\{nl\}\} {\emph{The use of random variables is most common in probability and statistics, where they are used to quantify outcomes of random occurrences.}}} \tn % Row Count 24 (+ 10) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Regression}}: a statistical method used in finance, investing, and other disciplines that attempts to determine the strength and character of the relationship between one dependent variable (usually denoted by Y) and a series of other variables (known as independent variables). \{\{nl\}\} {\emph{Regression helps investment and financial managers to value assets and understand the relationships between variables, such as commodity prices and the stocks of businesses dealing in those commodities.}}} \tn % Row Count 34 (+ 10) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Statistical Measures (cont)}} \tn % Row 3 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Coefficient of Variation (CV)}}: is a statistical measure of the dispersion of data points in a data series around the mean. The coefficient of variation represents the ratio of the standard deviation to the mean, and it is a useful statistic for comparing the degree of variation from one data series to another, even if the means are drastically different from one another. \{\{nl\}\} *{\emph{The lower the ratio of the standard deviation to mean return, the better risk-return trade-off.}}} \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Macroeconomics}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Probability Analysis:}} A technique for forecasting events, such as accidental and business losses, on the assumption that they are governed by an unchanging probability distribution.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Theoretical Probability:}} Probability that is based on theoretical principles rather than real experiences.} \tn % Row Count 7 (+ 3) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Empirical Probability}} (Posteriori Probability): Probability measure that is based on actual experience through historical data or observation of facts. \{\{nl\}\}What is Empirical Probability? Empirical probability uses the number of occurrences of an outcome within a sample set as a basis for determining the probability of that outcome. The number of times "event X" happens out of 100 trials will be the probability of event X happening. {\emph{An empirical probability is closely related to the relative frequency of an event.}}} \tn % Row Count 18 (+ 11) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Probability Distribution:}} A presentation (table, chart, or graph) of probability estimates of a particular set of circumstances and of probability of each possible outcome.} \tn % Row Count 22 (+ 4) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Normal Distribution}}: A balanced probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean. In graph form, normal distribution will appear as a bell curve.} \tn % Row Count 28 (+ 6) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Discreet Probability Distribution:}} Consists of the values a random variable can assume and the corresponding probabilities of the values.} \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Macroeconomics (cont)}} \tn % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Continuous Probability Distribution:}} represented as either graphs or by dividing the distribution into a finite \# of bins and calculating the probability of an outcome failing within the range represented by each bin; shows all the possible outcomes and associated probabilities for a given event.} \tn % Row Count 7 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{CH.9 VOCAB}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Probability Analysis}}: A technique for forecasting events, such as accidental and business losses, on the assumption that they are governed by an unchanging probability distribution.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Probability Distribution}}: A presentation (table, chart, or graph) of probability estimates of a particular set of circumstances and of probability of each possible outcome.} \tn % Row Count 8 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Theoretical Probability}}: Probability that is based on theoretical principles rather than real experiences (Coin Toss/Rolling Dice)} \tn % Row Count 11 (+ 3) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Empirical Probability}}: Probability measure that is based on actual experience through historical data or observation of facts – this method is most often used by insurance professionals} \tn % Row Count 15 (+ 4) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Law of Large Numbers}}: A mathematic principle stating that as the number of similar but independent exposure units increase, the relative accuracy or predictions about future outcomes (losses) also increase.} \tn % Row Count 20 (+ 5) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Earnings at Risk (EaR)}}: A technique used to assess earnings by measuring the likelihood that earnings will be below a specific dollar amount over a specific period of time.} \tn % Row Count 24 (+ 4) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Value at Risk (VaR)}}: A technique to quantify financial risk by measuring the likelihood of losing more than a specific dollar amount over a specific period of time.} \tn % Row Count 28 (+ 4) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Conditional Value at Risk (cVaR)}}: A technique to quantify the likelihood of losing a specific dollar amount that exceeds the VaR threshold.} \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{CH.9 VOCAB (cont)}} \tn % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Trend Analysis}}: An analysis that identifies patterns in past data and then projects these patterns into the future.} \tn % Row Count 3 (+ 3) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Regression Analysis}}: A statistical technique that is used to estimate relationships between variables.} \tn % Row Count 6 (+ 3) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Linear Regression Analysis}}: A form of regression analysis that assumes that the change in the dependent variable is constant for each unit of change in the independent variable.} \tn % Row Count 10 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}