SlideShare a Scribd company logo
Financial Forecast
Based on market conditions – A Monte Carlo Simulation
Case : Financial Forecast of good’s sale based on market conditions
Application used : Frontline Solver(trial version) Number of simulations run : 1000
Product name : P1 Average Sales and Cost Scenarios of product P1
Interpretation : When the market condition is hot more units are sold at a lesser price.
A view of the Frontline Solver
Market condition
1 -Hot
2 - Ok
3 - Slow
Parameter Average
Volume 75000
Selling Price(in dollars) 9.67
Unit Cost Price (in dollars) 6.50
Price (in dollars)
8
10
11
Points to note
The average model does not give a correct forecast
To convert this model into a risk analysis model uncertainty
needs to be introduced for future predictions which
oscillates between hot and slow.
An uncertain variable needs to be introduced which can
generate the values randomly associated with market
conditions
Generation of such numbers happen using Integer
uniform probability distribution of Frontline Solver
Function Descriptions
PsIntUniform :PsiIntUniform (a, b,...)
PsiIntUniform (a,b) is a discrete distribution with equal probability at each integer value between the
lower and upper bounds (a and b). This distribution gives valid result only when the probability of
occurrence for each of these are equally likely. The values can be as follows : (a,a+1,a+2……b-2,b-
1,b).The mean and the median is a+b/2 and the probability mass function is 1/(b-a) + 1 and a <=
b <= c
PsiTriangular :PsiTriangular (a,c,b,...)
PsiTriangular (a,c,b) is a distribution with lower bound a, upper bound b, and most likely value c. This
model works when practically no data is available. If the parameter c = b, then the distribution is also
known as a Right Triangular distribution else if c = a, then the distribution is also known as a Left
Triangular distribution. If X1 and X2 are independent uniform (0,1) random variables, then (X1+X2)/2
has a Triangular (0,0.5,1) distribution.
PsiMean :PsiMean (cell,simulation)
PsiMean returns the mean value for the specified uncertain function cell. The mean or average value is
the 1st moment of the distribution of trials and is computed as:
Problem Statement
A Business Planning Example using Monte Carlo Simulation
A firm is planning to introduce a new product and net profit for that product is computed based on the following :
• Sales volume in units
• Selling Price per unit
• Unit cost
• Fixed costs
Net profit will be calculated as Net Profit = Sales Volume* (Selling Price – Cost Price ) - Fixed costs.
Fixed costs are as follows : overheads , advertising etc. amounts to 1,20,000 $.
Apart from fixed cost all other costs have variability or uncertainty and all variables under consideration have potential to depict
randomness leading to uncertainty.
Assumptions
• Sales volume (in units) can depend on local market
• The selling price per unit will depend on competitor actions.
• Unit costs will also vary depending on vendor prices and production experience.
• With equal probability of market being Slow, Ok or Hot as per research
50,000 units at an average selling price of $11.00 per unit are slow under slow scenario
75,000 units, with a lower selling price of $10.00 per unit.
100,000 units sold at the average selling price to $8.00 per unit.
Using the concept of averages, the average sales volume = (50000+75000+100000/3) = 75000
Average Selling price per unit = (8+10+11/3) = 9.67
Cost price per unit = (5.5 + 6.5 + 7.5/3) = 6.59 (assuming cost price oscillates between 5.5$ and 7.5$.
Net Profit is again an uncertain as calculated above is again an uncertain function under consideration
Focus on uncertain market condition – Introduction of Integer Probability Distribution
Financial Forecast of Product P1
The representation of the problem in Excel
Sales and Cost Data Cost Scenarios Uncertain
Sales
scenarios Volume
Price in
dollars
Sales
scenario Average
Unit
cost J4 value K4 value/volume L4 value/price
1 –Hot 100000 8 Volume 75000 1 5.5 3 50000 11
2 – Ok 75000 10 Price 9.67 2 6.5
3 – Slow 50000 11 Unit cost 6.5949284 3 7.5
Fixed Cost 120000 Net Profit -49746.4
Average
Profit(Uncertain) -7545.28
The application of the discrete distribution function to forecast sales based on equal probability of occurrence of market conditions - hot, ok
and slow which affects the sales of product P1
Functions – Triangular and Mean
Triangular function takes into consideration the lower, upper and the most likely unit cost.
Mean on the other hand is the moment of distribution of trials
Introduction of uncertainty variable –J4(Using Intuniform discrete distribution)
Steps to note
Click on Distribution
Select Discrete Distribution
Select IntUniform
Set lower limit based on the least value taken from
the market condition in this case it is 1
Set upper limit to the maximum limit. In this case it
is 3
Save the parameters and return to value contained
below the J4 cell which depicts the uncertainty
Repeat click on the cell will help re-calculate and
oscillate between values 1 and 3 based on market
conditions
The probability distribution function shows a 5
pc chance of the market condition that is slow and
hot and 90 pc chance that a market condition is Ok.
Correlation establishment- Market condition to volume and price of a product that are used as
uncertain variables
Description Computation
Using the values associated with market
condition in J4 the cells in K4 and L4(refer slide
3) represent Sales Volume and Selling Price and
bear correlations to each other.
With cell K4 selected, we enter the formula:
(Sales Volume): =CHOOSE(J4,B4,B5,B6)
With cell L4 selected, we enter the formula: (Sales Price): =CHOOSE(J4,C4,C5,C6)
Finding the unit cost using Triangular function that uses continuous distribution
Points to note
The triangular distribution is a continuous distribution that
helps extract any unit cost value in the range : - min,likely
and max
The unit cost as found to be most likely was 6.033 for the
current trial as represented in the above excel and 6.52 is
the unit cost having a probability of occurrence of 90 pc. The
rest of the values fall in the 10 pc range as shown from the
probability distribution function.
Finding the unit cost using Triangular function that uses continuous distribution - Cumulative
Distribution Function
Points to note
The cumulative distribution function denotes that the unit cost ranging from 5.5 $ to 7.5 $ can have 5 pc chances of
occurring in the range of 5.6 to 5.8 and 7.2 to 7.5 and 90 pc of the time remains in the range of 5.9 to 7.1 with high
occurrences of 6.52
Statistics and Percentiles - Finding the Net Profit – Cumulative Distribution Function - (Unit cost
and its impact on Net Profit)
Point to Note
The marker 2 shows net loss of 71000 dollars probability of which is 5 pc or below whereas the loss of 49000
has a probability and frequency of less than 25 pc and loss of 2000 dollar has a probability nearing 60 pc and
higher is the frequency of occurence. Marker 5 shows that a net profit around 48000 dollar ,the probability of
occurence and frequency hovers around 80 pc whereas marker 1 indicates that receiving a profit of 78000 dollar
has less than 20 pc probability of occurence.
Statistics – The Frequency Distribution Function - Graph representation (Unit cost and its impact
on Net Profit)
Points to note
The frequency chart denotes that net profit greater than 0 happens for 38.6 pc of the time where as less than 0 i.e.
probability of occurrence of loss is 61 pc. Minimum and Maximum net profit are as follows : -92528 and 119772
The Value at Risk 95% statistic shows that we have a 5% chance of making $68395 or more, and the Conditional
Value at Risk 95% statistic shows that the average of all the observed Net Profit values below the VaR 95% level is -
$12864.
Sensitivity Analysis
Points to note
The unit cost and market condition have a negative correlation with the net profit. Higher Unit Costs leads to lower
Net Profits. The state of the market is not in direct control. Net Profit suffers in a hot market as there is a narrow
margin between Selling Price and the Unit Cost, for which situation can be improved
Risk management: The model used to determine how to reduce the chances of a loss and increase the
chance of a (larger) profit.
The Sensitivity tab displays a Tornado chart that shows the Net Profit that changes with a change in the
uncertain variables
Interactive Simulation
Interactive simulation offers the following benefits :
• Check the scenarios instantly by changing the unit
costs
• The impact of the change on Net Profit and answer
the whatiffs
• Click the Frequency tab in the Uncertain Function
to re-display the frequency chart of outcomes for
cell computing Net Profit.
• Change the number in cell that displays unit
cost,sales volume,selling price etc
• Trials cumulating to thousand are performed, and
the chart is updated. checking the Statistics Bar -
we have expected loss of only -$22,632 and
expected gain of $14744.
Source :https://www.solver.com/monte-carlo-simulation
Dr. Chandrani Singh
Thank You

More Related Content

What's hot

Stat_AMBA_600_Problem Set3
Stat_AMBA_600_Problem Set3Stat_AMBA_600_Problem Set3
Stat_AMBA_600_Problem Set3Tyler Anton
 
BREAK EVEN ANALYSIS GRAPH WITH EXPLANATION
BREAK EVEN ANALYSIS GRAPH WITH EXPLANATIONBREAK EVEN ANALYSIS GRAPH WITH EXPLANATION
BREAK EVEN ANALYSIS GRAPH WITH EXPLANATION
Navya Jayakumar
 
Break Even Analysis (BEA)
Break Even Analysis (BEA) Break Even Analysis (BEA)
Break Even Analysis (BEA)
HarshaKrishnaBhatP1
 
Decision table
Decision tableDecision table
Decision tableDMANIMALA
 
Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...
Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...
Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...
Smarten Augmented Analytics
 
A Simple Economics of Inequality: Market Design Approach
A Simple Economics of Inequality: Market Design ApproachA Simple Economics of Inequality: Market Design Approach
A Simple Economics of Inequality: Market Design Approach
Yosuke YASUDA
 
Break even analysis
Break even analysisBreak even analysis
Break even analysis
muditcool
 
Unit i-2-dt
Unit i-2-dtUnit i-2-dt
Unit i-2-dt
Anurag Srivastava
 
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
Smarten Augmented Analytics
 
Presentation on regression (Statistics)
Presentation on regression (Statistics) Presentation on regression (Statistics)
Presentation on regression (Statistics)
Khan Tanjeel Ahmed
 
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
Smarten Augmented Analytics
 
Breakeven analysis iimm
Breakeven analysis iimmBreakeven analysis iimm
Breakeven analysis iimm
ishwarijoshi
 
Breakeven analysis
Breakeven analysisBreakeven analysis
Breakeven analysis
Nkosikhona Hlabangana
 
PPT on break even analysis
PPT on break even analysisPPT on break even analysis
PPT on break even analysisITC Limited
 
Supervised learning - Linear and Logistic Regression( AI, ML)
Supervised learning - Linear and Logistic Regression( AI, ML)Supervised learning - Linear and Logistic Regression( AI, ML)
Supervised learning - Linear and Logistic Regression( AI, ML)
Rahul Pal
 
131 141 Chi Square Goodness Of Fit
131 141 Chi Square Goodness Of Fit131 141 Chi Square Goodness Of Fit
131 141 Chi Square Goodness Of Fit
CardinaleWay Mazda
 
Microeconomics Uncertainty
Microeconomics UncertaintyMicroeconomics Uncertainty
Microeconomics Uncertainty
Rakesh Mehta
 
Break even analysis 2
Break even analysis 2Break even analysis 2
Break even analysis 2
Janak Secktoo
 
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
Smarten Augmented Analytics
 

What's hot (20)

Stat_AMBA_600_Problem Set3
Stat_AMBA_600_Problem Set3Stat_AMBA_600_Problem Set3
Stat_AMBA_600_Problem Set3
 
BREAK EVEN ANALYSIS GRAPH WITH EXPLANATION
BREAK EVEN ANALYSIS GRAPH WITH EXPLANATIONBREAK EVEN ANALYSIS GRAPH WITH EXPLANATION
BREAK EVEN ANALYSIS GRAPH WITH EXPLANATION
 
Break Even Analysis (BEA)
Break Even Analysis (BEA) Break Even Analysis (BEA)
Break Even Analysis (BEA)
 
Decision table
Decision tableDecision table
Decision table
 
Fama french 5 factor working paper 11-2013
Fama french 5 factor working paper 11-2013Fama french 5 factor working paper 11-2013
Fama french 5 factor working paper 11-2013
 
Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...
Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...
Gradient Boosting Regression Analysis Reveals Dependent Variables and Interre...
 
A Simple Economics of Inequality: Market Design Approach
A Simple Economics of Inequality: Market Design ApproachA Simple Economics of Inequality: Market Design Approach
A Simple Economics of Inequality: Market Design Approach
 
Break even analysis
Break even analysisBreak even analysis
Break even analysis
 
Unit i-2-dt
Unit i-2-dtUnit i-2-dt
Unit i-2-dt
 
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
 
Presentation on regression (Statistics)
Presentation on regression (Statistics) Presentation on regression (Statistics)
Presentation on regression (Statistics)
 
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
What is the Holt-Winters Forecasting Algorithm and How Can it be Used for Ent...
 
Breakeven analysis iimm
Breakeven analysis iimmBreakeven analysis iimm
Breakeven analysis iimm
 
Breakeven analysis
Breakeven analysisBreakeven analysis
Breakeven analysis
 
PPT on break even analysis
PPT on break even analysisPPT on break even analysis
PPT on break even analysis
 
Supervised learning - Linear and Logistic Regression( AI, ML)
Supervised learning - Linear and Logistic Regression( AI, ML)Supervised learning - Linear and Logistic Regression( AI, ML)
Supervised learning - Linear and Logistic Regression( AI, ML)
 
131 141 Chi Square Goodness Of Fit
131 141 Chi Square Goodness Of Fit131 141 Chi Square Goodness Of Fit
131 141 Chi Square Goodness Of Fit
 
Microeconomics Uncertainty
Microeconomics UncertaintyMicroeconomics Uncertainty
Microeconomics Uncertainty
 
Break even analysis 2
Break even analysis 2Break even analysis 2
Break even analysis 2
 
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
 

Similar to Montecarlosimulation2

Intellectual Property Licensing Valuation Model
Intellectual Property Licensing Valuation ModelIntellectual Property Licensing Valuation Model
Intellectual Property Licensing Valuation Model
markmwest
 
Production strategy and analytics
Production strategy and analyticsProduction strategy and analytics
Production strategy and analytics
Weibull AS
 
Chapter-3_CVP-analysis presentation of group
Chapter-3_CVP-analysis presentation of groupChapter-3_CVP-analysis presentation of group
Chapter-3_CVP-analysis presentation of group
switbbgirl
 
ACT04_CH14 STATISTICAL ANALYSIS.pptx
ACT04_CH14 STATISTICAL ANALYSIS.pptxACT04_CH14 STATISTICAL ANALYSIS.pptx
ACT04_CH14 STATISTICAL ANALYSIS.pptx
ssuser85ddaa
 
Week14_Business Simulation Modeling MSBA.pptx
Week14_Business Simulation Modeling MSBA.pptxWeek14_Business Simulation Modeling MSBA.pptx
Week14_Business Simulation Modeling MSBA.pptx
Usamamalik345378
 
CH 3 ACCOUNTING.pptCost-Volume-Profit Analysis
CH 3 ACCOUNTING.pptCost-Volume-Profit AnalysisCH 3 ACCOUNTING.pptCost-Volume-Profit Analysis
CH 3 ACCOUNTING.pptCost-Volume-Profit Analysis
abejeblooda
 
Fundamentals of EconomicsA. Profit MaximizationProfit Maximi.docx
Fundamentals of EconomicsA. Profit MaximizationProfit Maximi.docxFundamentals of EconomicsA. Profit MaximizationProfit Maximi.docx
Fundamentals of EconomicsA. Profit MaximizationProfit Maximi.docx
budbarber38650
 
Business economics cost analysis
Business economics   cost analysisBusiness economics   cost analysis
Business economics cost analysisRachit Walia
 
Cost volume profit analysis
Cost volume profit analysisCost volume profit analysis
Cost volume profit analysisNazar Mohammed
 
Chapter 04
Chapter 04Chapter 04
Chapter 04bmcfad01
 
Decision theory
Decision theoryDecision theory
Decision theory
Aditya Mahagaonkar
 
Assessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's GuideAssessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's Guide
Megan Verbakel
 
Topic 7 perfect competition revision (3)
Topic 7  perfect competition  revision (3)Topic 7  perfect competition  revision (3)
Topic 7 perfect competition revision (3)
NaLi145
 
Topic 7 perfect competition revision (3)
Topic 7  perfect competition  revision (3)Topic 7  perfect competition  revision (3)
Topic 7 perfect competition revision (3)
NaLi145
 
Cost volume and profit relationship
Cost volume and profit relationshipCost volume and profit relationship
Cost volume and profit relationship
istiuq ahmed
 
Cost-Volume-Profit Analysis and Business Decisions
Cost-Volume-Profit Analysis and Business DecisionsCost-Volume-Profit Analysis and Business Decisions
Cost-Volume-Profit Analysis and Business Decisions
Julius Noble Ssekazinga
 
CVP analyses
CVP analysesCVP analyses
CVP analyses
khanzazaikhan
 
Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)
Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)
Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)
Albina Gaisina
 
Cost volume-profit (cvp)
Cost volume-profit (cvp)Cost volume-profit (cvp)
Cost volume-profit (cvp)
Jessy Chong
 

Similar to Montecarlosimulation2 (20)

Intellectual Property Licensing Valuation Model
Intellectual Property Licensing Valuation ModelIntellectual Property Licensing Valuation Model
Intellectual Property Licensing Valuation Model
 
Production strategy and analytics
Production strategy and analyticsProduction strategy and analytics
Production strategy and analytics
 
Chapter-3_CVP-analysis presentation of group
Chapter-3_CVP-analysis presentation of groupChapter-3_CVP-analysis presentation of group
Chapter-3_CVP-analysis presentation of group
 
ACT04_CH14 STATISTICAL ANALYSIS.pptx
ACT04_CH14 STATISTICAL ANALYSIS.pptxACT04_CH14 STATISTICAL ANALYSIS.pptx
ACT04_CH14 STATISTICAL ANALYSIS.pptx
 
Week14_Business Simulation Modeling MSBA.pptx
Week14_Business Simulation Modeling MSBA.pptxWeek14_Business Simulation Modeling MSBA.pptx
Week14_Business Simulation Modeling MSBA.pptx
 
CH 3 ACCOUNTING.pptCost-Volume-Profit Analysis
CH 3 ACCOUNTING.pptCost-Volume-Profit AnalysisCH 3 ACCOUNTING.pptCost-Volume-Profit Analysis
CH 3 ACCOUNTING.pptCost-Volume-Profit Analysis
 
Fundamentals of EconomicsA. Profit MaximizationProfit Maximi.docx
Fundamentals of EconomicsA. Profit MaximizationProfit Maximi.docxFundamentals of EconomicsA. Profit MaximizationProfit Maximi.docx
Fundamentals of EconomicsA. Profit MaximizationProfit Maximi.docx
 
Business economics cost analysis
Business economics   cost analysisBusiness economics   cost analysis
Business economics cost analysis
 
Cost volume profit analysis
Cost volume profit analysisCost volume profit analysis
Cost volume profit analysis
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Assessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's GuideAssessing Model Performance - Beginner's Guide
Assessing Model Performance - Beginner's Guide
 
Topic 7 perfect competition revision (3)
Topic 7  perfect competition  revision (3)Topic 7  perfect competition  revision (3)
Topic 7 perfect competition revision (3)
 
Topic 7 perfect competition revision (3)
Topic 7  perfect competition  revision (3)Topic 7  perfect competition  revision (3)
Topic 7 perfect competition revision (3)
 
Cost volume and profit relationship
Cost volume and profit relationshipCost volume and profit relationship
Cost volume and profit relationship
 
Cost-Volume-Profit Analysis and Business Decisions
Cost-Volume-Profit Analysis and Business DecisionsCost-Volume-Profit Analysis and Business Decisions
Cost-Volume-Profit Analysis and Business Decisions
 
3. break even
3. break even3. break even
3. break even
 
CVP analyses
CVP analysesCVP analyses
CVP analyses
 
Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)
Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)
Meeting 6 - Cost - Volume - Profit analysis (Financial Reporting and Analysis)
 
Cost volume-profit (cvp)
Cost volume-profit (cvp)Cost volume-profit (cvp)
Cost volume-profit (cvp)
 

Recently uploaded

The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 

Recently uploaded (20)

The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 

Montecarlosimulation2

  • 1. Financial Forecast Based on market conditions – A Monte Carlo Simulation
  • 2. Case : Financial Forecast of good’s sale based on market conditions Application used : Frontline Solver(trial version) Number of simulations run : 1000 Product name : P1 Average Sales and Cost Scenarios of product P1 Interpretation : When the market condition is hot more units are sold at a lesser price. A view of the Frontline Solver Market condition 1 -Hot 2 - Ok 3 - Slow Parameter Average Volume 75000 Selling Price(in dollars) 9.67 Unit Cost Price (in dollars) 6.50 Price (in dollars) 8 10 11 Points to note The average model does not give a correct forecast To convert this model into a risk analysis model uncertainty needs to be introduced for future predictions which oscillates between hot and slow. An uncertain variable needs to be introduced which can generate the values randomly associated with market conditions Generation of such numbers happen using Integer uniform probability distribution of Frontline Solver
  • 3. Function Descriptions PsIntUniform :PsiIntUniform (a, b,...) PsiIntUniform (a,b) is a discrete distribution with equal probability at each integer value between the lower and upper bounds (a and b). This distribution gives valid result only when the probability of occurrence for each of these are equally likely. The values can be as follows : (a,a+1,a+2……b-2,b- 1,b).The mean and the median is a+b/2 and the probability mass function is 1/(b-a) + 1 and a <= b <= c PsiTriangular :PsiTriangular (a,c,b,...) PsiTriangular (a,c,b) is a distribution with lower bound a, upper bound b, and most likely value c. This model works when practically no data is available. If the parameter c = b, then the distribution is also known as a Right Triangular distribution else if c = a, then the distribution is also known as a Left Triangular distribution. If X1 and X2 are independent uniform (0,1) random variables, then (X1+X2)/2 has a Triangular (0,0.5,1) distribution. PsiMean :PsiMean (cell,simulation) PsiMean returns the mean value for the specified uncertain function cell. The mean or average value is the 1st moment of the distribution of trials and is computed as:
  • 4. Problem Statement A Business Planning Example using Monte Carlo Simulation A firm is planning to introduce a new product and net profit for that product is computed based on the following : • Sales volume in units • Selling Price per unit • Unit cost • Fixed costs Net profit will be calculated as Net Profit = Sales Volume* (Selling Price – Cost Price ) - Fixed costs. Fixed costs are as follows : overheads , advertising etc. amounts to 1,20,000 $. Apart from fixed cost all other costs have variability or uncertainty and all variables under consideration have potential to depict randomness leading to uncertainty. Assumptions • Sales volume (in units) can depend on local market • The selling price per unit will depend on competitor actions. • Unit costs will also vary depending on vendor prices and production experience. • With equal probability of market being Slow, Ok or Hot as per research 50,000 units at an average selling price of $11.00 per unit are slow under slow scenario 75,000 units, with a lower selling price of $10.00 per unit. 100,000 units sold at the average selling price to $8.00 per unit. Using the concept of averages, the average sales volume = (50000+75000+100000/3) = 75000 Average Selling price per unit = (8+10+11/3) = 9.67 Cost price per unit = (5.5 + 6.5 + 7.5/3) = 6.59 (assuming cost price oscillates between 5.5$ and 7.5$. Net Profit is again an uncertain as calculated above is again an uncertain function under consideration
  • 5. Focus on uncertain market condition – Introduction of Integer Probability Distribution Financial Forecast of Product P1 The representation of the problem in Excel Sales and Cost Data Cost Scenarios Uncertain Sales scenarios Volume Price in dollars Sales scenario Average Unit cost J4 value K4 value/volume L4 value/price 1 –Hot 100000 8 Volume 75000 1 5.5 3 50000 11 2 – Ok 75000 10 Price 9.67 2 6.5 3 – Slow 50000 11 Unit cost 6.5949284 3 7.5 Fixed Cost 120000 Net Profit -49746.4 Average Profit(Uncertain) -7545.28 The application of the discrete distribution function to forecast sales based on equal probability of occurrence of market conditions - hot, ok and slow which affects the sales of product P1
  • 6. Functions – Triangular and Mean Triangular function takes into consideration the lower, upper and the most likely unit cost. Mean on the other hand is the moment of distribution of trials
  • 7. Introduction of uncertainty variable –J4(Using Intuniform discrete distribution) Steps to note Click on Distribution Select Discrete Distribution Select IntUniform Set lower limit based on the least value taken from the market condition in this case it is 1 Set upper limit to the maximum limit. In this case it is 3 Save the parameters and return to value contained below the J4 cell which depicts the uncertainty Repeat click on the cell will help re-calculate and oscillate between values 1 and 3 based on market conditions The probability distribution function shows a 5 pc chance of the market condition that is slow and hot and 90 pc chance that a market condition is Ok.
  • 8. Correlation establishment- Market condition to volume and price of a product that are used as uncertain variables Description Computation Using the values associated with market condition in J4 the cells in K4 and L4(refer slide 3) represent Sales Volume and Selling Price and bear correlations to each other. With cell K4 selected, we enter the formula: (Sales Volume): =CHOOSE(J4,B4,B5,B6) With cell L4 selected, we enter the formula: (Sales Price): =CHOOSE(J4,C4,C5,C6)
  • 9. Finding the unit cost using Triangular function that uses continuous distribution Points to note The triangular distribution is a continuous distribution that helps extract any unit cost value in the range : - min,likely and max The unit cost as found to be most likely was 6.033 for the current trial as represented in the above excel and 6.52 is the unit cost having a probability of occurrence of 90 pc. The rest of the values fall in the 10 pc range as shown from the probability distribution function.
  • 10. Finding the unit cost using Triangular function that uses continuous distribution - Cumulative Distribution Function Points to note The cumulative distribution function denotes that the unit cost ranging from 5.5 $ to 7.5 $ can have 5 pc chances of occurring in the range of 5.6 to 5.8 and 7.2 to 7.5 and 90 pc of the time remains in the range of 5.9 to 7.1 with high occurrences of 6.52
  • 11. Statistics and Percentiles - Finding the Net Profit – Cumulative Distribution Function - (Unit cost and its impact on Net Profit) Point to Note The marker 2 shows net loss of 71000 dollars probability of which is 5 pc or below whereas the loss of 49000 has a probability and frequency of less than 25 pc and loss of 2000 dollar has a probability nearing 60 pc and higher is the frequency of occurence. Marker 5 shows that a net profit around 48000 dollar ,the probability of occurence and frequency hovers around 80 pc whereas marker 1 indicates that receiving a profit of 78000 dollar has less than 20 pc probability of occurence.
  • 12. Statistics – The Frequency Distribution Function - Graph representation (Unit cost and its impact on Net Profit) Points to note The frequency chart denotes that net profit greater than 0 happens for 38.6 pc of the time where as less than 0 i.e. probability of occurrence of loss is 61 pc. Minimum and Maximum net profit are as follows : -92528 and 119772 The Value at Risk 95% statistic shows that we have a 5% chance of making $68395 or more, and the Conditional Value at Risk 95% statistic shows that the average of all the observed Net Profit values below the VaR 95% level is - $12864.
  • 13. Sensitivity Analysis Points to note The unit cost and market condition have a negative correlation with the net profit. Higher Unit Costs leads to lower Net Profits. The state of the market is not in direct control. Net Profit suffers in a hot market as there is a narrow margin between Selling Price and the Unit Cost, for which situation can be improved Risk management: The model used to determine how to reduce the chances of a loss and increase the chance of a (larger) profit. The Sensitivity tab displays a Tornado chart that shows the Net Profit that changes with a change in the uncertain variables
  • 14. Interactive Simulation Interactive simulation offers the following benefits : • Check the scenarios instantly by changing the unit costs • The impact of the change on Net Profit and answer the whatiffs • Click the Frequency tab in the Uncertain Function to re-display the frequency chart of outcomes for cell computing Net Profit. • Change the number in cell that displays unit cost,sales volume,selling price etc • Trials cumulating to thousand are performed, and the chart is updated. checking the Statistics Bar - we have expected loss of only -$22,632 and expected gain of $14744.