Quant + ECO Flashcards

(228 cards)

1
Q

numerical data

A

quantitative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

categorical data

A

qualitative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

discrete data

A

quantitative - countable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Continuous data

A

quantitative - factional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Nominal data

A

qualitative - cannot be ordered..

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Ordinal data

A

qualitative - can be ranked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

structured data

A

organised in a defined way

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

unstructured data

A

big data / commentary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Winzorised mean

A

substitute variables for top x% and bottom x%

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Harmonic Mean

A

(N/sum(a/x))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Percntile calculation

A

=(N +1) (y/100)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Coefficient of Variation (CV)

A

standard deviation of x / average value of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Positive skewness

A

Mean > Median > mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Negative skewness

A

Mode > Median > mean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

degree if skewness

A

zero = normal dist, greater than 0.5 considered significant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Leptokurtic

A

fat tails (more peaked)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Playkurtic

A

thin tails (less peaked)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Mesokurtic

A

Normal distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Excess kurtosis

A

= sample kurtosis - 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Random variable

A

uncertain quantity/number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Outcome

A

an observable value of a random variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Event

A

single outcome or a set of outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Mutually exclusive events

A

are events that cannot happen at the same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Exhaustive events

A

include all possible outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Empirical probability
analysing past data
26
Priori probability
formal reasoning
27
subjective probability
personal judgement
28
Addition rule
P(A or B) = P(A) + P(B) - P(AB)
29
Multiplication rule
P(AB) = P(A|B) x P(B)
30
total probability rule
P(A) =P(A|B) x P(B) + opposite side
31
Covariance
w2sd2 + w2sd2 + 2ww(cov)
32
Bayes formula
prior probability of event x (P(new info given event) / P(unconditional probabilityh of new info) )
33
Types of counting problems
Labelling (order doesn't matter/nCR function) permutation (order does matter/nPR function)
34
Probability distribution
describes the probabilities of all the possible outcomes for a random variable. The probabilities of all possible outcomes must sum to 1.
35
discrete random variable
is one for which the number of possible outcomes can be counted, and for each possible outcome, there is a measurable and positive probability.
36
probability function
denoted p(x), specifies the probability that a random variable is equal to a specific value.
37
continuous random variable
one for which the number of possible outcomes is infinite, even if lower and upper bounds exist.
38
cumulative distribution function
simply distribution function, defines the probability that a random variable, X, takes on a value equal to or less than a specific value, x.
39
discrete uniform random variable
one for which the probabilities for all possible outcomes for a discrete random variable are equal (X = {1, 2, 3, 4, 5}, p(x) = 0.2.)
40
continuous uniform distribution
is defined over a range that spans between some lower limit, a, and some upper limit, b, which serve as the parameters of the distribution. Just have to use a range instead and work out percentages within upper and lower limit
41
binomial random variable
may be defined as the number of "successes" in a given number of trials, whereby the outcome can be either "success" or "failure." The probability of success, p, is constant for each trial, and the trials are independent. A binomial random variable for which the number of trials is 1 is called a Bernoulli random variable.
42
binomial random variable calc
product of desired probabilities x relevant counting problem data
43
normal distribution
completely described by its mean, μ, and variance, σ2 * Skewness = 0, * Kurtosis = 3 * A linear combination of normally distributed random variables is also normally distributed unbounded
44
univariate distributions
distribution of a single random variable
45
multivariate distribution
probabilities associated with a group of random variables (correlations = key differnece)
46
confidence interval
Range of values around the expected outcome within which we expect the actual outcome to be some specified percentage of the time
47
confidence intervals to rememebr
* The 90% confidence interval for X is X − 1.65s to X + 1.65s. * The 95% confidence interval for X is X − 1.96s to X + 1.96s. * The 99% confidence interval for X is X − 2.58s to X + 2.58s.
48
standard normal distribution
z = (observation - population mean) / standard deviation
49
Roy's safety-first criterion
sub in min level of required return for the population mean in the z equation. Then choose the portfolio that minimises the likelihood of going below the minimum threshold
50
Log-normal distribution
calculated by the function ex * The lognormal distribution is skewed to the right. * The lognormal distribution is bounded from below by zero so that it is useful for modeling asset prices, which never take negative values.
51
Continuous compounding
EAR = e^Rcc – 1
52
Student's t-distribution
* It is symmetrical. * It is defined by a single parameter, the degrees of freedom (df), where the degrees of freedom are equal to the number of sample observations minus 1, n – 1, for sample means. * It has more probability in the tails ("fatter tails") than the normal distribution. * As the degrees of freedom (the sample size) gets larger, the shape of the t-distribution more closely approaches a standard normal distribution.
53
Chi-squared distribution
* Distribution of the sum of squared values of n * Bounded from below by zero * Asymmetric * Degrees of freedom = n – 1 * As df increase, approaches normal distribution
54
F-distribution
* Quotient of two chi-square distributions with M and n degrees of freedom * Bounded from below by zero * Asymmetric * As df increase, approaches normal distribution
55
Monte Carlo simulation
technique based on the repeated generation of one or more risk factors that affect security values (only as good as inputs)
56
Monte Carlo simulation method
1. Specify distributions of random variables, such as interest rates and underlying stock prices 2. Use computer random generation of variables 3. Price the derivatives using those values 4. Repeat steps 2 and 3 thousands of times 5. Calculate mean/variance of distribution
57
Monte Carlo simulation uses
* Value complex securities. * Simulate the profits/losses from a trading strategy. * Calculate estimates of value at risk (VaR) to determine the riskiness of a portfolio of assets and liabilities. * Simulate pension fund assets and liabilities over time to examine the variability of the difference between the two. * Value portfolios of assets that have nonnormal returns distributions.
58
Probability sampling
sampling when we know the probability in the population of each sample member
59
(Simple) random sampling
every population member has an equal probability of being selected
60
Non-probability sampling
use judgement of researcher or low-cost/readily available data, to select sample items
61
Sampling error
difference between a sample statistic and true population parameters ( x – u ) Non-probability sampling may lead to greater sampling error than probability sampling
62
Stratified random sampling
1. Create subgroups from population based on important characteristics 2. Select samples from each subgroup in proportion to size of the subgroup
63
Cluster Sampling
Create subsets (clusters), each of which is representative of an overall population (e.g., personal incomes of residents by county)
64
One-stage cluster sampling
take random sample of clusters and include all data from those clusters
65
Two-stage cluster sampling
select clusters and take random samples from each
66
Non-probability sampling methods
* Convenience sampling – use readily available data * Judgemental sampling – select observations from population based on analyst’s judgement
67
central limit theorem
For any population with mean u and variance o2, as the size of a random sample gets large, the distribution of sample means approaches a normal distribution with mean u and variance o2/n. This allows for inferences about and confidence intervals for population means, based on sample means. Sample needs to be greater than 30 as a general rule.
68
standard error of the sample mean
standard deviation of population / square root of the sample size
69
Unbiased
expected value equal to parameters
70
Efficient
sampling distribution has smallest variance of all unbiased estimators
71
Consistent
larger sample -> better estimator
72
dist = normal, variance = known, sample = small
Z stat
73
dist = normal, variance = unknown, sample = small
t stat
74
dist = nonnormal, variance = known, sample = small
NA
75
dist = nonnormal, variance = unknown, sample = small
NA
76
dist = normal, variance = known, sample = large
Z stat
77
dist = normal, variance = unknown, sample = large
t stat
78
dist = nonnormal, variance = known, sample = large
Z stat
79
dist = nonnormal, variance = unknown, sample = large
t stat
80
Jackknife
calculate multiple sample means, each with one observation removed
81
Bootstrap
take many samples of size n, calculate their sample means and calculate standard deviations of these means
82
Sample selection bias
sample noy really random
83
Survivorship bias
sampling only surviving firms, mutual funds, hedge funds
84
Look-ahead bias
using information not available at the time to construct sample
85
Time-period bias
relationship exists only during the time period of sample data
86
Hypothesis test method
1. State the hypothesis – relation to be tested 2. Select a test statistic 3. Specify the level of significance 4. State the decision rule for the hypothesis 5. Collect the sample and calculate statistics 6. Make a decision about the hypothesis 7. Make a decision based on the test results
87
Type I error
Rejecting true null hypothesis (H0) significance level is probability of type I error
88
Type II error
failing to reject false null hypothesis (H0)
89
power of a test
is 1 – probability of type II
90
standard error
sample standard deviation / square root of observations
91
p-value
smallest level of significance at which the null can be rejected
92
Hypothesis test of mean (normal dist, known variance)
z stat
93
Hypothesis test of mean (normal dist, unknown variance)
t stat
94
Hypothesis of equality of means (two independent normal populations)
t stat - check notes for detailed formula
95
Hypothesis test concerning the mean difference of two normally distributed populations.
t stat - (mean of sample differences - hypothesised difference) / (stanard deviation of sample differences / square root (n))
96
Hypothesis of variance of a normally distributed population
chi-squared stat
97
Hypothesis of equality of variances of two normally distributed populations based on two independent random samples.
F test, larger sample/smaller sample degrees of freedom are n1 -1 and n2 -1
98
Parametric tests
based on assumptions about population distributions and population parameters
99
Nonparametric tests
make few, if any, assumptions about the population distribution and test things other than parameter values (e.g. runs tests, rank correlation tests)
100
Parametric correlation test
t stat - n-2 degrees of freedom
101
non-parametric correlation test
spearman rank correlation test -
102
contingency table independence test
total for row z x total for column y / total for all columns and rows
103
Test statistic for contingency table independence test
Chi squared - sum of expected frequencies over total - df = (r-1)(c-1)
104
simple linear regression
to explain the variation in a dependent variable in terms of the variation in a single independent variable
105
dependent variable
Variable whose variation is explained by the independent variable.
106
independent variable
variable used to explain the variation of the dependent variable
107
Slope of linear regression calc
COV(X.Y) / variance X
108
Assumptions of linear regression
* There is a linear relation between dependent and independent vatiables * Variance of the errors is constant (homoskedasticity) * Error terms are independently distributed (uncorrelated with each other) * Error terms are normally distributed
109
R2
measures the percentage of total variation in Y variables explained by the variation in X. = correlation(xy)^2 SSR/SST = R2 = explained/total variation
110
Total sum of squares (SST)
measures the total variation in the dependent variable. SST is equal to the sum of the squared differences between the actual Y-values and the mean of Y:
111
Sum of squares regression (SSR)
measures the variation in the dependent variable that is explained by the independent variable. SSR is the sum of the squared distances between the predicted Y-values and the mean of Y.
112
Sum of squared errors (SSE)
measures the unexplained variation in the dependent variable. It's also known as the sum of squared residuals or the residual sum of squares. SSE is the sum of the squared vertical distances between the actual Y-values and the predicted Y-values on the regression line.
113
SST
= SSR + SSE
114
SSE
= square root MSE
115
MSR
=SSR/k
116
F test
MSR/MSE
117
MSE
=SSE/(n-2)
118
Log-Lin model
dependent variable is logarithmic while the independent variable is linear.
119
Lin-Log model
dependent variable is linear while the independent variable is logarithmic.
120
Log-Log model
dependent variable and the independent variable are logarithmic.
121
Factors that influence elasticity of demand
* Availability and closeness of substitutes * Proportion of income spend on the item * Time elapsed since previous price change (longer = more elastic)
122
what parts of demand curve are elastic
above unit elastic = elastic, below unit elastic = inelastic Total revenue maximised at point elastic.
123
point elasticity of demand
P/Q x change(Q)/change(P)
124
cross price elasticity
Cross price elasticity > 0; the goods are substitutes Cross price elasticity < 0; the goods are compliments
125
Income Elasticity of Demand
% change in QD/ % change in income Normal good; income increases, demand decreases, elasticity >0 Inferior good; income increases, demand decreases, elasticity < 0
126
Substitution effect
Substitution effect always increases consumption of the good for which the price has fallen
127
Income effect
positive for a normal good and negative for an inferior good
128
normal goods
as the price decreases, the quantity purchased increases (due to both substitution and income effects).
129
Giffen good
good is an inferior good where for a certain range of prices, the quantity purchased decreases as the price decreases due to the income effect domination the substitution effect
130
Veblen good
is a status symbol good for which a decrease in price leads to a decrease in quantity purchased, as people put less value on the good when its price is lower
131
AR > AVC
Short run = stay in market Long-run = exit market
132
economies of scale
A situation in which average cost per unit of good or service fall as volume rises. In reference to mergers, the savings achieved through the consolidation of operations and elimination of duplicate resource.
133
diseconomies of scale
increase cost per unit resulting from increased production
134
Perfect Competition
many firms, very low barriers to entry, very good substitutes, price competition only, no pricing power
135
Monopolistic competition
Many firms, low barriers to entry, good substitutes but differentiated, competition on price and marketing features, some pricing power
136
Oligopoly
Few firms, high barriers to entry, very good substitutes or differentiated, price and marketing, features competition, Some to significant pricing power.
137
Monopoly
Single firm, very high barriers to entry, no good substitutes, advertising competition, significant pricing power
138
Perfect competition assumptions
* Homogenous product * Large number of independent firms; each small relative to the total market * Perfectly elastic demand curves * No barriers to entry or exit * Supply and demand determine market price * Always return to zero economic profits in the long run
139
Monopolistic competition assumptions
* Large number of firms in the industry * Each firm has a small market share * Collusion not possible * Firms produce differentiated products (close but not perfect substitutes) * Relatively elastic demand, downward sloping * Firms compete on price, quality, and marketing * Low barriers to entry MR does not equal demand
140
Monopolistic competition allocative efficiency
* Social cost of not producing where P = MC * Long-run average cost is not minimised * Excessive advertising may take place * Fewer producers could be more efficient * However, increased product diversity has positive value for customers * Brand names provide signals about quality * Product innovation and differentiation have value * Advertising provides valuable information to consumers o High advertising expenditures increase fixed costs and total costs o If advertising greatly increases sales, ATC can decline because AFC fall
141
Oligopoly assumptions
* Small number of sellers – downward sloping demand less elastic than monopolistic competition * Interdependence among competitors and their demand curves * Significant barriers to entry (scale of operations) * Products may be similar or differentiated
142
Kinked demand model
* Competitors will not follow a price increase * Competitors will follow a price decrease * Model gives a discontinuous marginal revenue curve gap * Model does not specify what determines the market price PK
143
Cournot model
* Duopoly, both firms have identical marginal cost curves * Firms choose selling price based on other firm’s price in previous period * Both produce the same quantity in equilibrium * Market price lower than monopoly, higher than perfect competition
144
Stackelberg model
* Duopoly model, one firm is “leader” and chooses its price first * Other firm chooses its price based on leader firm’s choice * Leader firm changes higher price, receives greater proportion of total profits
145
Nash Equilibrium
Choices of all firms are such that no other choice makes any firm better off (increases profits or decreases losses). Strategic games model the best choice for a firm depending on the actions and reactions of competitors
146
Oligopoly profits with collusion
Firms can earn a greater profit if they collude: fix industry output at the monopoly quantity, and share the profits. If competitors cannot detect cheating, a firm can increase profits if it violates the collusion agreement and increases output.
147
Collusion will be more successful with
ewer firms, homogenous products, similar cost structures, certain and severe retaliation for cheating, little competition form firms outside the agreement
148
Monopoly - Barriers to entry:
* Economies of scale (natural monopoly) * government licensing and legal barriers * Resource control
149
Perfect Price discrimination is efficient.
* Charge each consumer the maximum the consumer is willing to pay for each unit * No deadweight loss * Produce same quantity as perfect competition * No consumer surplus; entire surplus goes to producer
150
Natural monopoly – significant economies of scale
* ATC declines as output increases * Often high fixed cost industries * Marginal cost tends to be low * Examples: Utilities
151
Average cost pricing (monopoly)
reduce price to where ATC intersects the market demand curve. Increases output and social welfare, economic profit = 0
152
Marginal cost pricing (monopoly)
reduce price to where MC intersects the demand curve (MC=Price). May lead to a loss, require a government subsidy, if MC < ATC
153
Firms supply function.
Perfect competition - MC curve above average variable cost, Market supply = sum of supply of market participants other market structures - Not well-defined supply function (can’t construct quantity supplied as a function of price), Supply driven by intersection of MR and MC; price is then determined by the demand curve
154
Pricing strategy
PC = price = MR = MC Mon = MR = MC, P > MR Oli = dpends on other firms
155
N-firm Concentration Ratio
sum of the percentage market shares of the N largest firms in an industry.
156
Herfindahl-Hirschman Index (HHI)
= sum of square market shares of N largest firms in a market more sensitive to mergers than N-firm ratio, widely used by regulators Ignores Barriers to entry ignores demand elasticity
157
Gross Domestic Product (GDP)
market value of all final goods and services produced in a country/economy: * Produced during the period * Only goods thate are valued in the market * Final goods and services only (not intermediate) * Rental value for owner-occupied housing (estimated) * Government services (at cost) not transfers
158
Income approach (GDP)
earnings of all households + Businesses + government
159
Expenditures approach (GDP)
C + I + G + (X – M)
160
Nominal GDP
sum of all current-year goods and services at current-year prices
161
Real GDP
sum of all current year goods and services at base-year prices
162
GDP Deflator
(Nominal GDP/Real GDP) x 100
163
GDP (national income approach)
national income + capital consumption allowance + statistical discrepancy
164
national income
employees’ wages and benefits + corporate and government profits pre-tax + interest income + unincorporated business owners’ income + rent + indirect business taxes – subsidies (Components may vary slightly among countries)
165
Capital consumption allowance
output to replace worn-out physical capital
166
Savings
= I + (G - T) + (X - M)
167
Good market
in equilibrium: aggregate income = aggregate expenditure
168
Money market
equilibrium: individuals and businesses are willing to hold the real money supply at current interest rates
169
AD curve slopes downward because of:
* Wealth effect: price level decreases, purchasing power of nominal wealth increases, consumption increases * Interest rate effect: price level decreases and nominal money supply constant, interest rate decreases, consumption and investment increase * Real exchange rate effect: price level decrease relative to other countries, exports increase, imports decrease.
170
In the very short run -aggregate supply is
perfectly elastic
171
five important sources of economic growth
1. Labor supply 2. Human capital 3. Physical capital stock 4. Technology 5.  Natural resources
172
potential GDP
= aggregate hours worked × labor productivity
173
Production function
Y = A × f (L, K)
174
Credit cycles.
* Lenders are typically more willing to lend and offer lower interest rates during expansions, and less willing to lend and require higher interest rates during contraction * Credit cycles tend to be longer in duration than business cycles * They may contribute to stronger expansions, deeper contractions, and asset price bubbles
175
Neoclassical
causes of business cycle (tech), rec (allow wages and prices to adjust)
176
Keynesian
causes of business cycle (AD shifts with changes in expectations, contractions persist due to sticky wages), rec (use fiscal and monetary policy to restore full employment)
177
New Keynesian
causes of business cycle (same but other sticky inputs), rec (use fiscal and monetary policy to restore full employment)
178
Monetarist
causes of business cycle (inappropriate changes in money supply), rec (steady predictable increases in money supply)
179
Austrian
causes of business cycle (Govt intervention), rec (don't force interest rates to artificially low levels)
180
New Classical
causes of business cycle (rational responses to external shocks, e.g., tech), rec (don't intervene)
181
Core inflation
prices of all goods excluding food and energy
182
Limitations of inflation measures
CPI is widely belived to overstate the true rate of inflation: * Consumers substitution of lower priced products for higher priced products * New goods replace older, lower priced products * Price increases due to quality improvements
183
Laspeyres index
uses basket weights from base period
184
Paasche index
uses basket weights from current period
185
Chained price index
reduces bias from substitution (Fisher index geo-mean of Lasp and Pasche)
186
NAIRU
lowest possible unemployment rate that will not induce wage-push inflation; also called natural rate of unemployment.
187
functions of money
* Medium of exchange * Unit of account * Store of value
188
Fractional reserve banking system
a bank is required to hold a fraction of its depostis in reserve; this fraction is the required reserve ratio
189
Transactions demand (money)
increases with GDP
190
Precautionary demand (money)
money held for unforeseen future needs, increases with GDP
191
Speculative demand (money)
Money held to take advantage of future investment opportunities, smaller when current returns are high, greater when risk is perceived to be high
192
Fisher effect
nominal interest rate is simply the sum of the real interest rate and expected inflation.
193
Roles of central banks
* Issue currency * Banker to banks and government * Regulate banking and payment systems * Lender of last resort * Hold gold and foreign currency reserves * Conduct monetary policy
194
effects of expected inflation
increases cost of holding money, adds cost of frequently changing advertised prices
195
effects if unexpected inflation
* Shifts wealth from lenders to borrowers * Less reliable supply/demand information in price changes * Incorrect production decisions by firms * Less stable business cycle
196
effective central bank
* Independent (operational / target independence) * Credible * Transparent
197
Neutral interest rate
trend growth rate of GDP + target inflation rate
198
Limitations of Monetary policy
1. Long-term rates may move oppositely to short-term rates because inflation expectations change 2. If monetary tightening is extreme, expectations of recession may make long-term more attractive, decreasing long-term rates 3. If demand for money is very elastic, people will hold currency even as money supply increases, referred to as a Liquidity trap 4. Banks may desire to increase capital and not increase lending in response to expansionary monetary policy 5. Short-term rates cannot be below zero – limits a central bank’s ability to act against inflation
199
Ricardian Equivalence
* If a tax decrease causes taxpayers to anticipate higher future taxes, the resulting decrease in spending will reduce the expansionary impact of a tax cut * If the increase in savings (decrease in consumption) just offsets the tax decrease, it is termed Ricardian equivalnce * An increase in spending funded by issuing debt will have not impact on aggregate demand
200
Fiscal policy limitations
Recognition lag Action lag Impact lag
201
Geopolitics
study of how geography affects international relations. Interactions of governments, individuals, companies and organisations wit respect to economic, financial, and political activities
202
Autarky
(non-cooperation and nationalism) refers to a goal of national self-reliance, including producing most or all necessary goods and services domestically. Autarky is often associated with a state-dominated society in general, with attributes such as government control of industry and media.
203
Hegemony
(non-cooperation and globalization) refers to countries that are open to globalization but have the size and scale to influence other countries without necessarily cooperating.
204
Bilateralism
(cooperation and nationalism) refers to cooperation between two countries. A country that engages in bilateralism may have many such relationships with other countries while tending not to involve itself in multi-country arrangements.
205
Multilateralism
(cooperation and globalization) refers to countries that engage extensively in international trade and other forms of cooperation with many other countries. Some countries may exhibit regionalism, cooperating multilaterally with nearby countries but less so with the world at large.
206
Tools of geopolitics
National Security Tools Economic Tools Financial Toos
207
Geopolitical risks
* Event risk – outcome of an event at a known date * Exogenous risk – unanticipated risk * Thematic risk – risks that tend to grow over time
208
Velocity of geopolitical risk
high = short term, low = long-term
209
Black Swan
low likelihood with large short term impact
210
GNP
Value of goods and services produced by a country's citizens and their capital.
211
Ricardian model
labour is the only factor of production; comparative advantage depends on relative labour productivity for different goods
212
Heckscher-Ohlin model
two factors of production: capital and labour; comparative advantage depends on relative amount of each factor possessed by a country
213
Free Trade Areas
o All barriers to import and export of goods and services among member countries are removed.
214
Customs Union
o All barriers to import and export of goods and services among member countries are removed. * All countries adopt a common set of trade restrictions with non-members.
215
Common Market
o All barriers to import and export of goods and services among member countries are removed. * All countries adopt a common set of trade restrictions with non-members. * All barriers to the movement of labor and capital goods among member countries are removed.
216
Economic Union
o All barriers to import and export of goods and services among member countries are removed. * All countries adopt a common set of trade restrictions with non-members. * All barriers to the movement of labor and capital goods among member countries are removed. * Member countries establish common institutions and economic policy for the union.
217
Monetary Union
o All barriers to import and export of goods and services among member countries are removed. * All countries adopt a common set of trade restrictions with non-members. * All barriers to the movement of labor and capital goods among member countries are removed. * Member countries establish common institutions and economic policy for the union. * Member countries adopt a single currency.
218
common objectives of capital restrictions imposed by governments
* Reduce volatility of domestic asset prices due to large inflows and outflows of capital * Maintain exchange rate target while using monetary and fiscal policy for domestic goals * Keep domestic interest rates low by restricting outflows of capital to higher-yeilding foreign investments * Protect strategic industries (defence) from foreign ownership
219
Balance of Payments (BOP) Accounts
Current Account – merchandise/services purchases, foreign dividends and interest, unilateral transfers (income statement) Capital account – sales/purchases of physical assets, natural resources, intangible assets, debt forgiveness, death duties and taxes (balance sheet) Financial account – domestic-owned financial assets abroad (official reserve, government, private) and foreign owned domestic financial assets
220
International Monetary Fund (IMF)
* Monetary cooperation * Growth of trade * Exchange stability * Multilateral systems of payments * Overcome temporary BOP difficulties
221
World Bank
* Fight poverty * Development and assistance
222
World Trade Organisation (WTO)
* Enforce global rules of trade * Ensure trade flows smoothly and freely * Dispute settlement process * Multilateral trading system – agreements
223
Countries without sovereign currency
* Formal dollarisation – uses other countries currency * Monetary Union – several countries use a common currency
224
Countries with sovereign currency:
* Currency board – commits to a fixed rate of exchange of domestic for a foreign currency * Conventional fixed peg – maintain at pegged rate (+- 1%) via direct intervention in the FX market or indirectly via monetary policy changes * Target zone – gives flexibility to maintain the exchange rate within a wider range (e.g. +- 2%) * Crawling peg – allows exchange rate to move slowly with changes in fundamentals (active = announced and implemented) (passive – managed but market driven) * Managed floating – no target exchange rate; managed through direct intervention or monetary policy * Independently floating – market determined
225
Generalised Marshall-Lerner condition
depreciation of domestic currency will decrease trade deficit
226
J - curve
in the short-run, due to existing contracts, export and import demand are relatively inelastic. Currency depreciation initially leads to a larger trade deficit. In the long run elasticities increase, currency depreciation leads to a reduction in the trade deficit
227
Absorption approach
includes the effect of currency depreciation on capital flows, as well as trade flows. (X – M) = National income – expenditures For depreciation to improve the balance of trade: * National income must increase relative to expenditures * National savings (private + government) must increase relative to domestic investment in physical capital
228
Roy Safety First Criterion
(Expected return - min return) / standard deviation Larger RSF = better