Stochastic Modeling for Valuation and Risk Management

41
Stochastic Modeling for Valuation and Risk Management Roderick Powell, FRM Principal, Chicago Risk Advisors, LLC

description

Presentation delivered at Fiserv Conference in May 2011.

Transcript of Stochastic Modeling for Valuation and Risk Management

Page 1: Stochastic Modeling for Valuation and Risk Management

Stochastic Modeling for Valuation and Risk Management

Roderick Powell, FRMPrincipal, Chicago Risk Advisors, LLC

Page 2: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.2

Outline of Presentation

• Preliminaries

• Simple Random Sampling

• Stratified Sampling

• Application to Valuation

• Application to Risk Management

• Q & A

Page 3: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.3

Preliminaries

Page 4: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.4

Preliminaries

Definition and Uses of Stochastic Modeling

The term “stochastic” means random. Stochastic Modeling refers to using a model designed to derive 1) the probability of realizinga specific random outcome or 2) a probability-based (expected) value.

Stochastic Modeling can be used to facilitate the valuation of options and option-embedded products, such as whole loans and mortgage-backed securities. Stochastic Modeling can also be used to derive “probabilistic” measures of risk, e.g., the probability that Net Interest Income will drop below X dollars due to future market interest rate changes, Value-at-Risk (“VaR”), and so on.

Page 5: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.5

Preliminaries

• Probability Experiment – a chance process that leads to specific outcomes. This can range from something as simple as a coin tossing experiment to something as complex as simulating thousands of random interest rate paths to dynamically value a mortgage-backed security.

• Sample Space – all possible outcomes of an experiment. For example, if you flip a fair coin there are two possible outcomes, i.e., heads (H) or tails (T). Therefore the sample space (S) = {H,T}

• Trial – one iteration in a probability experiment. For example, flipping a fair coin one time is a single trial. The outcome will be either H or T.

• Event – a subset of the sample space. For example, an event could be getting a T from flipping a coin.

• Probability – the chance of a realizing a particular outcome in very many trials. Probabilities must be between 0 (never occurs) and 1 (always occurs). For example, if you flip a fair coin, there is a .5 or 50% probability that you will get T and a .5 or 50% probability you will get H “over the long run.” There are two main types of probabilities: Classical/Empirical (based on evidence) and Subjective/Personal (based on judgment).

Page 6: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.6

Preliminaries

Probability Distribution – values of a random variable and their corresponding probabilities. Probabilities for all possible outcomes must sum to 1.0 or 100%. Probability distributions can be expressed in tabular or graphical form. One of the most well-known probability distributions is the normal distribution. Normal Distribution – a distribution that is bell-shaped and symmetric about the mean, . The mean is the average. The distance away from the mean in either direction is expressed in standard deviations, . See depiction below.

Page 7: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.7

PreliminariesExpectation – the long-run average (mean) numerical outcome of a probability experiment. For example, assume that ABC stock may trade a year from now at $50, $40, or $10. You would like to derive the expected value (E) of ABC stock in one year. The first step is to analyze the events that could affect ABC stock over the next year and assign subjective probabilities corresponding to each potential stock price:

Stock Price (S) Probability

$50 P ($50) = 30%

$40 P ($40) = 20%

$10 P ($10) = 50%

E (S) = ($50 x .30) + ($40 x .20) + ($10 x .5) = $28

Page 8: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.8

Simple Random Sampling

Page 9: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.9

Simple Random Sampling

Monte Carlo Simulation – methodology used to simulate repeatedly a random or stochastic process for the variable of interest covering a wide range of possible outcomes. These variables are often drawn from a pre-specified probability distribution, such as the normal distribution. Steps to Performing “Pure” Monte Carlo Simulation

1. List all possible outcomes of probability experiment, i.e., sample space.

2. Determine the probability of each outcome.

3. Set up mapping of random numbers to outcomes.

4. Generate a set of random numbers.

5. Record set of outcomes corresponding to random numbers.

6. Repeat steps 4 and 5 as many times as necessary, i.e., trials.

7. Calculate statistics based on simulation results.

[NOTE: Steps 1 and 2 involve specifying a probability distribution or model.]

Page 10: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.10

Simple Random Sampling

Simple Example of Monte Carlo Simulation The President of a Bank wants his or her management team to analyze the financial impact on the Bank from a mock stress event twice a year. ThePresident comes up with six stress events that are assumed to be equally likely to occur, i.e., probability of each event is 1/6. This is a multinomial distribution.Each possible event is assigned a random number.

Number on Die Stress Event

1 Housing Market Collapse

2 Terrorist Attack

3 Stock Market Crash

4 Bond Market Crash

5 Oil Price Shock

6 Earthquake

Page 11: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.11

Simple Random Sampling

Example of Monte Carlo Simulation - continued It is time to perform the stress test. The President reaches into his desk drawer and pulls out a fair six-sided die and tosses it. A “3” ends up on the face of the die. The President looks at his mapping scheme and sees that a random number of “3” equates to a Stock Market Crash. Management is asked to assess the impact of this stress event on the Bank’s financial performance.

Number on Die Stress Event

1 Housing Market Collapse

2 Terrorist Attack

3 Stock Market Crash

4 Bond Market Crash

5 Oil Price Shock

6 Earthquake

Page 12: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.12

Simple Random Sampling

Monte Carlo Simulation – From Simple to Complex

Simple Complex

Probability Distribution Subjective Classical/Empirical

Random Numbers Roll Dice Use computer software to Flip Coin generate random numbers *

Sample Space Several Outcomes Thousands of Outcomes

Number of Trials Several Trials Thousands of Trials

Sampling Framework Distribution Binomial Lattice/Tree

* Technical Note: Computer-generated random numbers are really “pseudo” random because they are generated from an algorithm using a predefined rule. Truly random numbers would need to be derived from a source such as radioactive decay. Since it is impractical to use truly random numbers, it is common practice to use “pseudo” random numbers. However, it is critical to use a well-designed algorithm that can generate “pseudo” random numbers that appear independent over time.

Page 13: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.13

Stratified Sampling

Page 14: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.14

Stratified Sampling

Stratified Sampling – a way of sampling from a pre-specified probability distribution that involves dividing the distribution into ranges and sampling each range according to its probability. The major benefit of stratified sampling over simple random sampling is that the former reduces the number of trials or simulations necessary to obtain a representative sample of outcomes.

Page 15: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.15

Stratified Sampling

Example of Stratified Sampling – Assume that a Portfolio Manager wants to randomly create a portfolio of 5 stocks from a group of 12 different stocks in three different sectors. The Manager believes that there is a 60% chance that oil stocks will outperform the market, a 20% chance that tech stocks will outperform the market, and a 20% chance that retail stocks will outperform the market. The Manager would like the random sample of stocks to reflect his or her opinion on sector outperformance.

Sector Probability of Outperformance

Oil P (Oil) = 60%

Tech P (Tech) =20%

Retail P (Retail) = 20%

Page 16: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.16

Stratified Sampling

Example of Stratified Sampling - continued

Probability of Outperformance

Oil Stock 1 (O1) P(O1) = 15%

Oil Stock 2 (O2) P(O2) = 15%

Oil Stock 3 (O3) P(O3) = 15%

Oil Stock 4 (O4) P(O4) = 15%

Tech Stock 1 (T1) P(T1) = 5%

Tech Stock 2 (T2) P(T2) = 5%

Tech Stock 3 (T3) P(T3) = 5%

Tech Stock 4 (T4) P(T4) = 5%

Retail Stock 1 (R1) P(R1) = 5%

Retail Stock 2 (R2) P(R1) = 5%

Retail Stock 3 (R3) P(R3) = 5%

Retail Stock 4 (R4) P(R4) = 5%

Page 17: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.17

Stratified Sampling

Example of Stratified Sampling - continued

Simple Random Sample – Place the 12 stocks into a hat, shake the hat, and pick 5 stocks. The problem with this approach is that all 12 stocks have the same chance of being picked. Therefore, you could end up randomly picking 5 retail or tech stocks and no oil stocks. For example, you could end up with the following sample: R1, R2, R3, T1, T4. This portfolio would not be a representative sample based on the probabilities of sector outperformance.

Stratified Sample – First place the 4 oil stocks into a hat, shake the hat, and pick 3 stocks. Then place the 8 tech and retail stocks into a hat, shake the hat, and pick 2 stocks. In this case, you could end up with the following sample:

O1, O2, O4, R1, R2. This portfolio would be a representative sample based on the probabilities on sector outperformance.

Page 18: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.18

Application to Valuation

Page 19: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.19

Application to ValuationOption-adjusted Valuation (“OAV”) – approach used to value fixed-income securities with embedded options. Embedded options may include interest rate caps, floors, or prepayment options. OAV is known as “dynamic” valuation because it considers the fact that principal cash flows of these instruments may change when interest rates change. In contrast, “static” valuation assumes that principal cash flows do not change when interest rates change. The OAV or dynamic valuation approach can be used to derive the value of whole loans, mortgage-backed securities (“MBS”), and mortgage servicing rights (“MSRs”).

OAV Equation

Page 20: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.20

Application to Valuation

Toolkit for Robust MBS Valuation

• Prepayment Model

• Deal Cash Flow Model

• Basis Model

• Term Structure Model

• Sampling Technique

• Option-adjusted Spread (“OAS”)

Page 21: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.21

Application to Valuation

Prepayment Model - the call option embedded in an MBS is referred to as aprepayment option. This is because the borrower has an option to prepay his or her mortgage in full (prepayment) or in part (curtailment) at any time, usually without penalty. In order to derive the value of an MBS, you need to predict if and when the borrower will exercise his or her option to prepay the loan. The speed of mortgage prepayments, i.e., conditional prepayment rate (“CPR”), is primarily driven by changes in mortgage rates. When current mortgage rates drop relative to the existing rate on loans, borrowers tend to prepay their mortgages, i.e., refi incentive. (See below.) There are also non-rate related factors that drive prepayments, such as burnout, seasonality, and seasoning.

Page 22: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.22

Application to Valuation

Deal Cash Flow Model – model used to determine sequence of tranche payments for Collateralized Mortgage Obligations (“CMOs”) and other structured MBS products.

Basis Model – model describes the relationship between the mortgage rate and a market benchmark rate such as the LIBOR/Swap rate over the life of mortgage. For example, the 30 year mortgage rate is usually modeled as a spread to the 10 year swap rate. The spread may be modeled to stay constant or vary based on specific factors through time.

Page 23: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.23

Application to Valuation

Term Structure Model – a model that describes how the short rate or forward rates evolve over time. Examples of popular short rate models include the Hull-White (normal) and Black-Karasinski (lognormal) models. These models are calibrated to be consistent with current market rates and option volatilities. One-factor term structure models of the short rate are often implemented as recombining binomial lattices and encompass 360 future months or time steps. At each time step the short rate can either go up or down.See example below.

Page 24: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.24

Application to Valuation

Sampling Process

A binomial lattice with 360 discrete time steps has a sample space of 2360 or 2.35E + 180 possible rate paths! That is the sample space. In general, the more paths that are sampled, the greater the precision of MBS valuation.

In statistical terms, the standard error (“SE”) of the estimate decreases at a decreasing rate as the number of rate paths (n) sampled increases. See below.

It would be computationally prohibitive to consider the entire rate path sample space in valuation calculations. Various methodologies known as variance reduction techniques or acceleration methods can be used to reduce the number of paths that must be sampled in order for the “mean” value to converge to the “expected” value.

nSE

Page 25: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.25

Application to Valuation

Sampling Process - Variance Reduction Techniques

Antithetic Variable Technique - consists of flipping the signs on all the random samples. This effectively doubles the sample size without much additional computation time. This method is appropriate when the distribution is symmetric about the mean (not skewed right or left), e.g., normal distribution. This is one of the easiest methods to implement.

Control Variate Technique – consists of first calculating the price of certain interest rate options using closed-form solutions, such as the Black Model. You can then compare benchmark prices derived via closed-form solutions to prices derived via simulation. The prices derived using closed-form solutions are assumed to be correct and prices derived using simulation will converge to these prices if enough iterations are run. The difference between the two prices can be used to adjust the price of similar instruments.

Stratified Sampling – consists of partitioning the sample space into groupings according to probability of occurrence and sampling the groupings. This reduces the number of trials necessary to reach convergence. This is the concept behind the Linear Path Space process in Fiserv’s AL Manager solution.

Page 26: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.26

Application to Valuation

Sampling Process - Variance Reduction Techniques

Importance Sampling – consists of sampling paths that are most important to the problem at hand.

Advanced Techniques - advanced variance reduction techniques include moment matching (quadratic re-sampling) and quasi-random sequences. See John Hull’s book “Options, Futures, and Other Derivatives” for an overview of these advanced variance reduction techniques.

Using a Combination of Variance Reduction TechniquesVariance reduction techniques are not mutually exclusive. They are often used in combination to produce better results than if used singularly.

Page 27: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.27

Application to Valuation

Option-adjusted Spread (“OAS”) – the one constant spread over all LIBOR rate paths that results in the “model” price equaling the observed “market” price. The OAS reflects credit risk, liquidity risk, and model risk. The OAS can be used to assess relative value among similar instruments. Steps in the OAV Process for a MBS

1. Derive the instrument’s principal and interest cash flows under various randomly selected interest rate scenarios drawn from a binomial lattice.

2. Discount the instrument’s cash flows (“CFs”) by path specific LIBOR rates to derive the present value (“PV”) for each path.

3. Average the PV’s for all sampled rate paths to derive the “model” price.4. Derive an OAS so that the average of the various path values for the

instrument forces the “model” price to equal the observed “market” price.5. If the instrument’s market price is not observable, then the OAS for a similar

product may be used to derive the target instrument’s value.

Page 28: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.28

Application to Valuation

Visual Depiction of MBS OAV (assumes 100 paths)

Page 29: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.29

Application to ValuationMethods to Test Robustness of MBS ValuationThe question often arises about how to determine the appropriate number of random rate paths to sample. Is it 100, 1000, or 10,000? The good news is that there are ways to determine if you are using enough paths to produce an accurate MBS price. The bad news is that the “correct” number of paths to produce an accurate MBS price may vary according to the characteristics and complexity of the particular MBS.

Price Convergence Tests• Run the model with 100 paths and calculate the standard error as described

earlier. Re-run the model with increasingly more paths until you reach the point where the standard error is within the MBS bid-ask spread. *

• Run the model with 100 paths and derive the OAS. Use the same OAS as a starting point, change the random seed, and re-run the model with the same number of paths. Note the difference in price between two runs. The price difference should decrease as the number of paths tested increase. Run the test with an increasing number of paths until you reach the point where the difference in price with different seeds is within the MBS bid-ask spread. *

* Note: The tolerance for MBS price error is within the bid-ask spread for some MBS trading desks. However, the MBS price error tolerance may be less strict for asset/liability management purposes.

Page 30: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.30

Application to ValuationOAV/Dynamic Valuation Approach

Advantages

• Provides more accurate prices for option-embedded products, such as MBS, relative to “static” valuation approach.

• “Best practice” approach to pricing MBS and related instruments.• Approach produces an OAS which can be used to assess relative value

among various securities for investment purposes.• Approach facilitates derivation of more accurate price risk measures for MBS,

such as OAS duration and convexity, than “static” valuation approach.• Enables calculation of vega or volatility duration. These risk measures

cannot be produced using the “static” approach.

Disadvantages

• May require investments in human capital and systems development.• Requires more computer power and run time than “static” valuation approach.• Less transparent than “static” valuation approach.• Exposes user to more model risk relative to “static” valuation approach.

Page 31: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.31

Application to ValuationExample of MBS Analysis – as of 3/29/11

Instrument Metrics

FNMA 30 OAS = 25 bps

Price 101.5 Static Spread = 62 bps

Coupon 4.5% Option Cost = 37 bps

WAC 5.0% OAS Duration = 5.8

WAM 355 months OAS Convexity = -1.1

Interest Rate Risk Analysis *

50 bps upward parallel rate shock leads to a price drop of 3.08

[2.94 of price drop is due to duration risk]

[.14 of price drop is due to convexity risk]

* Based on OAS Duration and OAS Convexity estimates.

Page 32: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.32

Application to ValuationExample of MBS Analysis – as of 3/29/11

-60 -40 -20 0 20 40 60

-4.00

-3.00

-2.00

-1.00

0.00

1.00

2.00

3.00

4.00

-3.08

-1.50

0.00

1.44

2.80

MBS Price Risk Profile

Page 33: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.33

Application to Risk Management

Page 34: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.34

Application to Risk Management

Value-at-Risk (“VaR”)

VaR is a probabilistic measure of market risk that can be used for the Trading Book or the Banking Book. The goal is to be able to make a statement such as “There is a X% chance that the loss on the portfolio will exceed $X in a day.” VaR is usually defined as the 95th or 99th percentile dollar loss and can be based on any horizon, such one day, ten days, or one year.

There are various approaches used to calculate VaR, such as Historical Simulation (HS), variance-covariance, principal components analysis, and Monte Carlo simulation. VaR methods are either 1) parametric or 2) non-parametric. Parametric approaches to calculating VaR assume a certain probability distribution while non-parametric approaches such as HS do not.

Page 35: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.35

Application to Risk Management

Monte Carlo-based VaR

Monte Carlo-based VaR is based a large number of random draws of risk Factor(s), e.g., interest rate changes, from a given probability distribution. It is a parametric VaR approach. Just as with MBS valuation, a random set of rate paths sampled from a binomial lattice implementation of a one factor short rate term structure model can be used.

The portfolio is revalued numerous times based on a large number of randomly generated risk factor(s). The sample of random portfolio gains or losses are then ordered from largest gain to largest loss. The loss that corresponds to a certain percentile loss, e.g., 99th, is the VaR.

The accuracy of the VaR approach depends on the number of simulations run. The more simulations the more accurate the resulting VaR. Variance reduction techniques can be employed when deriving VaR to cut down on the number of simulations needed to obtain accurate results.

Page 36: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.36

Application to Risk Management

Monte Carlo VaR Approach

Advantages

• More flexible and powerful than other approaches.• Can handle securities with very complex payoffs, e.g., path-dependent, non-

linear, or dependent on multiple risk factors.• Can fully revalue positions and does not necessarily require the use of

estimated values based on the duration/convexity metrics.

Disadvantages

• May require investments in human capital and systems development.• Need more computer power and time to run relative to other approaches. • Less transparent than other less complex approaches.• Exposes user to more model risk relative to other less complex approaches.• VaR results are highly dependent on assumed probability distribution.• Need robust pricing functions for all instruments.

Page 37: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.37

Application to Risk Management

“Stochastic” Earnings-at-Risk (“EaR”)

Stochastic EaR is a probabilistic measurement of interest rate risk from an earnings perspective. The metric allows the user to make a statement such as “There is a X% chance that net interest income will fall by $X over the next X months.” The approach randomly simulates various interest rate scenarios over specific horizon, e.g., 12 months, and calculates earnings, i.e., net interest income (“NII”), corresponding to each scenario.

Asset/Liability Managers traditionally rely on “deterministic” as opposed to “stochastic” rate scenarios to measure interest rate risk. An example of a deterministic scenario is a 200 basis point parallel rate shock. NII under this particular deterministic scenario could be calculated.

The use of stochastic EaR creates an expanded set of NII metrics to help management more fully understand rate risk. For example, a distribution of simulated NII figures enables the user to calculate the mean/expected value, the range, min/max, and the standard deviation of NII over a given horizon. In addition, the probability of each NII outcome can be obtained.

Page 38: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.38

Application to Risk Management

“Stochastic” Earnings-at-Risk (“EaR”)

Advantages • Derive the likelihood of a particular earnings forecast.• Derive a richer set of risk metrics than deterministic EaR.• Gain fuller understanding of earnings risk exposure to interest rate changes.

Disadvantages

• May require investments in human capital and systems development.• Need more computer power and time to run relative to deterministic EaR. • Less transparent than deterministic EaR.• Relatively more model risk than deterministic EaR.• Results highly dependent on probability distribution assumption.• Risk is typically measured over a short-term horizon, i.e., one or two years.

The measure does not give an indication of risk beyond the specified horizon.

Page 39: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.39

Application to Risk Management

Example of “Stochastic” EaR Report

Net Interest Income (Rolling 12 months)

Maximum $130 MM

Minimum $105 MM

Mean $120 MM

StandardDeviation ($)

$5 MM

Standard Deviation (%)

4% of Mean

Analysis of Minimum Net Interest Income

Minimum NII = $105 MM

Probability = less than 1%

Rate Scenario = cumulative total increase in interest rates of 225 basis points over the 12 month horizon.

Page 40: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.40

Application to Risk Management

“Stochastic” Market Value of Equity (“MVE”)

“Stochastic” MVE follows the same approach as “Stochastic” EaR. The major difference is that the variable of interest is MVE and not NII.

“Stochastic” MVE can be viewed as a long-term measure of risk since it considers all principal and interest cash flows until the end of an instrument’s life. This is in contrast to “Stochastic” EaR which is typically measured over a short-term horizon. To get a fuller understanding of an institution’s short-term and long-term exposure to interest rate risk both measures can be calculated.

“Monte Carlo” VaR versus “Stochastic” MVE

VaR distills market risk down to a single metric, i.e., the potential loss in value of a trading book or banking book over a specific horizon at a specific significance level. On the other hand, “Stochastic” MVE is a broader measure of risk. There can conceivably be a large gap between the “worst” case MVE produced by a “Stochastic” MVE analysis and the VaR.

Page 41: Stochastic Modeling for Valuation and Risk Management

© 2011 Fiserv, Inc. or its affiliates.41

Q & A