What-if and goal-seeking analysis

Assignment Help Portfolio Management
Reference no: EM13252105

Problem 1: What-if and Goal-seeking analysis

George is planning to set up a new hair salon in a trendy inner city Melbourne suburb. George estimates that his fixed annual costs (which include rent, loan interest, electricity expenses, etc.) will be $150,000. He is planning on employing a total of five hair stylists, who will each work 1,600 hours per year. He plans to charge a fixed price for haircuts ($35 for men, $60 for women), and estimates that 65% of his customers will be women. He is having difficulty determining the pay structure for the hair stylists, and is considering the following three possibilities:

Scenario 1: Fixed hourly rate of $40 per hour.

Scenario 2: Fixed hourly rate of $20 per hour + a commission on each haircut of 20% of the cost of the haircut.

Scenario 3: No fixed hourly rate, but a commission on each haircut of 30% of the cost of the haircut.

George would like to know the following:

• Under each of the above scenarios, what would be the break-even point in the number of haircuts; i.e., how many haircuts must the salon deliver in order to just cover total costs?

• In Scenario 2 (i.e., fixed hourly rate + commission), assuming the salon would deliver a total of 5,000 hairstyles for the year, what would the commission need to be in order for the total costs to be the same as per Scenario 1?

Create an Excel spreadsheet that George can use as a decision support tool to answer his questions. The spreadsheet should be designed such that George would be able to use the spreadsheet without any additional documentation..

What to submit:

A word-processed written report of approximately 200 words that describes how you solved the problem, and presents your answers to the problems above. The report should contain screen captures of your spreadsheet, with and without formulas showing (see Appendix B for directions on how to display formulas in Excel).

Problem 2: Portfolio Planning using optimization

Gerry has just obtained a job in portfolio planning at a newly created investment company. His manager has given him the responsibility of investing $10 million, and he must maximise the expected return of the investment over the next year. He has four investment alternatives available to him. The expected return for each of these alternatives, together with the maximum amount he is able to invest in each of these alternatives, is given in the following table.

There are some additional constraints on how the funds can be invested:
• a maximum of 35% of the funds may be placed in stocks;
• a minimum of 25% of the funds is to be placed in cash;
• the combined amount in bonds and stocks cannot exceed the combined amount in cash and property;
• all of the available $10 million must be invested; and
• each investment must be in multiples of $10,000.

Part 1: Set this problem up as a linear programming model in Excel, and use Solver to determine how the $10 million should be invested. What is the overall return (in dollars terms)? What is the overall return as a percentage of the $10 million invested?

Part 2: The expected return rates for the investment alternatives given in the table above are only estimates. Assuming that the funds will be invested as per your solution in Part 1, use at least 100 simulations to investigate the distribution in overall return that would be expected under the assumption that each of the returns in the above table is normally distributed about the expected return with a standard deviation of 10% for cash, 10% for listed property, 10% for Australian Bonds, and 50% for Stocks.

Use a chart (e.g., a histogram) to show the distribution of the returns in your simulations. Is the overall return normally distributed? What is its standard deviation? Provide the 95% confidence interval for the mean return.

Problem 3: A Monte Carlo Simulation Problem

Harry owns a bookshop next door to George's hair salon. Inside the bookshop is a small area where customers can purchase a cup of coffee and snacks while they sit down and browse through books. Harry has recently started selling chocolate muffins, which have been very popular with the customers.

Harry purchases the muffins from a wholesaler at $2.00 per muffin, and sells them to his customers at $6.00 per muffin. Sometimes Harry has muffins left at the end of the day. Fortunately, he is still able to sell these leftovers at $0.50 per muffin. However sometimes he has more customers than muffins, and he fears that in such cases he will not only lose out on the profit of $4.00/muffin, but may lose potential book-buying customers to his competitor up the street, who has also started selling snacks and refreshments in his store.

Harry knows that you are doing a course in decision support systems, and has asked you to help him determine the optimal number of muffins to order each day. Fortunately, Harry has kept records over the time he has been selling the muffins, and estimates that the daily demand for muffins can be approximated by a normal distribution with a mean of 75, and a standard deviation of 15. Use Excel to create a simulation model to assist Harry in determining the optimal number of muffins to order daily. You should produce a chart showing how his expected profit depends on the number of muffins he orders. From this chart estimate the optimal number of muffins to order.

Problem 4: Mining a Bank Marketing dataset

You have just started working at a bank, and your boss has recently become interested in data mining, and particularly the opportunities that it might provide for direct marketing of some new investment products that his bank has created. Your boss knows that you have taken a course in decision support systems that included a component on data mining, and he would like you to provide him with some information on data mining and its use in direct marketing. He has referred you to the following paper, which he recently became aware of, but, given his lack of background knowledge in this area, finds difficult to understand: "Using Data Mining for Bank Direct Marketing:

An Application of the CRISP-DM Methodology", by Moro, Laureano and Cortez (2011). He would like you to access the datasets used in this paper, apply a number of data mining algorithms to this data, and to write a report on your investigation and findings.

The datasets:

The datasets used in the paper by Moro et al can be found in the file bank.zip, which you will find at the URL: https://archive.ics.uci.edu/ml/datasets/Bank+Marketing. Note that the file bank.zip contains a number of files:

• bank-names.txt, which contains, amongst other information, a description of the fields contained in the dataset;

• bank-full.csv, which is the full dataset, containing 45,212 examples, and

• bank.csv, which is the reduced dataset, containing 4,521 examples (10% of the samples in the full dataset).

For this exercise, you are to use the reduced dataset bank.csv. Note, however, that even though this file contains the extension ‘.csv', it is not, in fact, a comma-separated file. You will need to do some pre-processing before you will be able to open this in WEKA. It is suggested that you open the file in a text editor that has find-and-replace capabilities, and replace the semicolon characters (i.e., ‘;') with commas (i.e., ‘,'). You will probably also need to remove the quotation marks.

The experiments:

After pre-processing the dataset appropriately, use the WEKA data mining toolkit to apply each of the following classifiers to it:

• J48 (this is the WEKA version of Quinlan's C4.5)
• Logistic Regression
• Naïve Bayes

Remember that we are mainly interested in the capability of the classifier to correctly predict the class of examples which have not been used in model construction, so you will have to choose your test options carefully.

For this exercise we are interested in evaluating the classifiers in terms of Lift and Receiver

Operating Characteristics (ROC). For each of the above classifiers, you are required to provide both the ROC curve and a decile chart showing the Lift. All three ROC curves should be presented on one chart, and, likewise, a single chart should be used for Lift data. The chart showing ROC curves should also show the value of the area under the ROC curve (this is available from the WEKA Classifier Output window).

You will probably find it easiest to produce the ROC and Lift curves using Excel. In order to do this, you will need to export the relevant output from WEKA. You can do this by right-clicking on one of the results in the WEKA Result List, pointing the cursor to ‘Visualize threshold curve' and selecting ‘yes'. A new window should appear showing an ROC curve for the classifier. Click on the ‘Save' button to export the data to an .arff file, which you can then edit before opening in Excel.

The report:

Now that you have your results, you need to write a report for your boss. He is mainly interested in finding out whether the techniques that you have investigated really are able to provide him with information that will be useful to him in his marketing of the new products. But he doesn't want to just be provided with a collection of results -- he would like a clear explanation of your investigation and your findings, and of the important principles behind data mining.

Although your boss completed a university business degree many years ago (which included a few units in statistics), he is not familiar with data mining, so your report will have to explain the important concepts. Note that he doesn't like encyclopaedia-like definitions, so make sure that your explanations are clear, simple, and easy to understand. If you do use technical terms, then you must explain them very clearly. (As an example, the report needs to include the ROC curves and Lift charts that you have constructed, so you will need to explain what these curves and charts show, together with requisite concepts such as true positive rate, etc.).

The following list of points is intended as a guide in creating the report, and thinking about the sort of information your boss should be given. It is not intended to be an exhaustive description of the content that your report should include, and there may be other important topics that you wish to address in your report. Do not just simply answer the questions one after the other. The report will be assessed based on the extent to which it provides a clear, complete, and integrated description of your investigation and your results.

• What is a classifier? Why is this problem a classification problem?

• In what essential way do the classifiers that you have used differ to one another?

• How are classifiers developed? What type of data do they require?

• How can the predictions of a classifier be evaluated?

• What do the ROC curves and Lift charts represent? How can they be interpreted?

• Which classifier would you recommend your boss to use? Why? Is this recommendation based on any specific assumptions?

• How useful are your results?

Reference no: EM13252105

Questions Cloud

At what angle will the third order be observed : the first-order line of 571 nm light falling on a diffraction grating is observed at a 17.9 deg angle, at what angle will the third order be observed
Write the equation for the radius of the circle : A charged particle moves in a circle in a magnetic field. (a) Starting with the force relation, write the equation for the radius of the circle
Design a pos circuit with any number of inputs : Consider a 4 input, 1 output digital system (W,X,Y,Z, and f respectively) . Design a POS circuit with any number of inputs such that f(W,X,Y,Z) = M(0,2,4,9,13) + D(6,14).
Find how many different choices of officers are possible : A president, secretary, and treasurer are to be chosen from a group of 10 senior members of the IEEE student chapter at the Citadel. Assume that each member cannot serve more than one position.
What-if and goal-seeking analysis : What is a classifier and why is this problem a classification problem and in what essential way do the classifiers that you have used differ to one another?
Find the direction of the torque vector on the loop : An additional magnetic field, horizontal and to the right, of 0.3 T is turned on. What are the magnitude and direction of the torque vector on the loop?In Nm
Research an american firm-corporation : Research an American firm/corporation. How has that American corporation been affected or is in the process of responding to recent shifts in international policies and regulations as they relate to foreign investment?
How many books must be sold to break even : A book publisher has fixed costs of $316,800 and variable costs per book pf $8.20. This book sells fo $28.00 per copy. A) How many books must be sold to break even?
Find the ball withdrawn from box 2 was red : Box 1 contains 5 red, 6 white, and 9 blue balls. Box 2 contains 7 red, 8 white, and 4 blue balls. A ball is withdrawn at random from Box 1 and placed in Box 2. Then, a ball is taken at random from Box 2.

Reviews

Write a Review

Portfolio Management Questions & Answers

  Implications of the high watermark provision

The fund manager earns an incentive fee only if the fund is above the high watermark of the maximum portfolio value since the inception of the fund - Consider a hedge fund whose annual fee structure has a fixed fee and an incentive fee

  What are the required rates of return on stocks

what are the required rates of return on Stocks C and D and explain, and describe what would happen if the stock were not in equilibrium.

  Provide investment portfolio advice

Provide investment portfolio advice and management to a client.

  Which critically examines the benefits and risks to company

Which critically examines the benefits and risks to a company, of incorporating corporate debt into a portfolio of equity and debt.

  Evaluate the rate of return for the project

Determine the Rate of Return for the project and The projected life time of this design is 8 years and there is no salvage value.

  Calculate the cost of reinvested profits

Calculate the cost of reinvested profits and the cost of new common shares using the constant-growth DVM - Cost of reinvested profits versus new common shares-DVM

  Compute the irr for project

Compute the IRR for this project. How many IRRs are there? Using the IRR decision rule, should the company accept the project? What's going on here?

  Monitor price fluctuations in the market price

Identify the stocks in which you would have Alice invest, make sure each stock has a different beta and either track the stocks for 4 days, or use historical data to monitor price fluctuations in the market price.

  What should the strike prices of the put options be

What should the strike prices of the put options be? Assume that the risk-free rate is 10% and the dividend yield on both the portfolio and the index is 2%.

  What is the leverage can the hedge fund take on

Had to list 5 steps for the chosen strategy ; include a formula on how to compute -  the strategy had to counter the over value and under value of the French stock.

  Find value of a european call option with an exercise price

Find the value of a European call option with an exercise price of $50 and find the value of a European put option with an exercise price of $50, using the binomial approach

  What is the cost of writing a covered call

What is the European call option price and European put option price, according to the Black-Scholes model, what is the cost of buying a protective put and what is the cost of writing a covered call

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd