Quantitative Methods Flashcards
(39 cards)
Future Value of a Single Cash Flow
FV = PV(1+r)^N
Continuous Compounding Lump Sum
FV = PV * e^(r.s * N)
Effective Annual Rate
EAR = ((1 + Periodic Rate)^m) - 1
Future Value Ordinary Annuity
FV = A * [(((1 + r)^N) - 1)/r]
Future Value of Annuity Factor
[(((1 + r)^N) - 1)/r]
Present Value Single Cash Flow
PV = FV * (1 + r)^-N
Present Value Factor
(1 + r)^-N
Reciprocal of future value factor
Present Value Ordinary Annuity
PV = A * [(1-(1/((1+r)^N)))/r]
Present Value of a Perpetuity
PV = A/r
Solving for interest rate/growth rate
G = (FV/PV)^(1/N) - 1
Solving for number of periods
N = [ln(FV/PV)/ln(1+r)]
Solving for annuity Payments
A = PV/PF Annuity Factor
= PV/ [(1-(1/(1+r)^N))/r]
Numerical Data
Can be continuous or Discrete (meaning finite number of values
Categorical Data
Values that describe a quality or characteristic (dividend vs. No dividend)
Nominal vs. Ordinal Data
Nominal cannot be logically ordered or ranked, while ordinal can
Cross Sectional vs. Time Series vs. Panel Data
Cross sectional: List of observations for time period (January inflation rates for each country)
Time Series: List of observations of a specific variable (Daily closing prices)
Panel Data: Mix of the two (Table is with columns time series and rows cross section)
Structured vs. Unstructured Data
Structured is highly organized (Financial Statements for example)
Unstructured does not follow conventional organization (financial news for example)
1 Dimensional Array and 2 Dimensional Rectangular Array
1 Dimensional has only 1 variable and has a date and the observation
2 is a fancy way of saying a fucking table
Geometric Mean and Geometric Mean Return Formulas
Geometric Mean: multiply each number then take the root (root number is amount of numbers)
Geometric Mean Return: multiply each return (1+whatever) then take the root and subtract 1
Variance and Standard Deviation
s^2 = SUM[(observation-mean)^2]/(n-1)
Standard Deviation is the square root of this
Downside deviation/target semideviation
Using all values below the chosen target
Square root of SUM[((Observation - target)^2)/(n-1)]
n is the total, not just the values you use
Coefficient of Variation
CV = standard dev/mean
Sample Covariance
SUM[(obs x - mean x)*(obs y - mean y)]
All divided by (n-1)
Correlation Coefficient
= Covariance/(standard dev x * standard dev y)