Introduction Most of the big name watch making companies are usually traded as publicly as well as operated like finance companies. According to Terasaki & Nagasawa (2014), growth of a company in the luxury watch industry can be contradictory. A watch brand could easily destroy itself if it is expected to grow in today’s saturated market. Growth means establishing more stores, retailers and inventory.growth in this context is the opposite of exclusivity which is a necessary factor for any luxury brand to survive and be competitive. Luxury that is not coupled with exclusivity in the watch industry is not to be perceived as meaningful at all. Luxury watch companies such as Rolex put a lot of emphasis on the quality of the final product as well as its components. These brands often omit unusual or unnecessary complications such as perpetual calendars present in many other less competitive brands such as Oris. Consequently, any brand that seeks to raise its status focus on the design of their products with emphasis on offering exclusive features in their watches. The luxury watch market is a very competitive niche market. The market leading brands of Rolex and Patek-Philippe command a very high level of price in this market which Oris has not been able to achieve. As a direct competition to two recently released limited edition watches by Rolex and Patek-Phillipe, Oris planned to launch a new style of watch to change its narrative in this market. As an initial step towards this course, Oris did a conjoint study to analyze the market and to identify the gold watch profile which is most likely to make them succeed in this competitive market. The targeted group in the study were wealthy people with minimum net worth of $5 million. The study was based on the different watch attributes to determine the consumer preferences. The purpose of this report, therefore, is to present a conjoint analysis of the market based on the conjoint study that was conducted. Methodology An optimal market research approach was used to determine the value that consumers of limited edition watches place on the watch attributes. Using a fractional factorial design, the purchase intentions of the consumers for the different watch profiles were collected. A conjoint analysis on a segment of the population (20 respondents) was done to determine the likelihood that Oris watches will get a breakthrough in the next season. In the conjoint analysis, a model is built where the following are the inputs: Attributes, Levels, Respondents, Prior Knowledge, Experimental Design and Conjoint Method.
i.Attributes: There are five watch attributes considered namely brand name, price, size of watch case, type of gold and number of complications. Importance of the watch attributes in determining consumer preferences The most important topic in this competitive market is customer’s decision making. Product valuation depends on its attributes. The conjoint analysis of the different watch attributes is thus crucial. Thebrand nameis a significant indicator of the quality of the watch. It is believed that a renowned company produces more quality products than small companies. In this case, the Rolex and thePatek-Philippe brands are more trusted by the consumers. People can be willing to pay more for better product quality. Thepriceof the watch may be used by a consumer to pre-judge on its quality. Thesizeof the watch case determines its packaging size. The consumers may link packaging size to watch prices and a smaller size could change the price perception of the customers. The size also gives an idea about the weight of the watch and big sizes could be a turn-off for some customers. Thetype of goldused on the watch may give the customers a perception on the price and quality of the product. Moreover, color is important for aesthetics purposes as some costumers would prefer one color to another. Thenumber of complicationson the watch could be additional features of the watch. These are welcomedbysomecustomerswhileotherswilljustpreferasimpledesignwithzero complications. ii.Levels:The levels/variables of the different attributes are as shown in the table below Table 1: Conjoint Study Design AttributeLevel 1Level 2Level 3 BrandRolexPatek-PhilippeOris Size of watch case39mm42mm45mm Number of complications035
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Type of goldWhiteYellowRose Price$40,000$50,000$60,000 18 possible combinations (watch profiles) were obtained from the attributes and the levels and used in this analysis. iii.Respondents: There were 20 wealthy participants who represented the target population. iv.Prior knowledge It is known that Rolex and Patek-Phillipe watches come with the following profiles: a)A Yellow, 39 mm Rolex watch with 3 complications costing $60,000. b)A White 39mm Patek-Philippe watch with 5 complications costing $50,000. v.Experimental Design In this stage, dummy variables for the known attributes were used to build a dataset that was useful for the conjoint analysis method. The first procedure involved transforming all the categorical data for the 18 watch samples into a set of dummy variables. A set of dummy variables are shown in the appendices section. The variable transformation was conducted using a golden rule that if there are n variations in categorical variables, then the number of dummy variables can only be n-1. Using Data Analysis Tool Pack in Microsoft Excel, a regression analysis was done for all the 20 participants with the preference as the independent variable. Once the market share was obtained from conjoint analysis, a python code was written to evaluate the profit profiles for Oris. vi.Conjoint Method Regression analysis was applied to the dataset to determine the utility scores and importance score of the attributes. Purchase probability of each Oris watch profile was calculated to determine the product profile that is likely to get the highest market share and what portion of the market it can get. The part worth or the utility scores of the different attributes were calculated using regression analysis in MS-Excel for all the 20 respondents and for each level. The analysis also produced all the viable product profiles that Oris can offer with a fixed size of 45mm.
The purchase probability of each Oris watch profile was calculated with reference to the Rolex and Patek-Phillipe limited edition watches. The market share was also calculated for each profile. Interpretation Based on the regression analysis of all the participants using dummy variables the blue color represents utilities. The results of regression analysis and the corresponding part for two selected respondents are shown in the appendices. For the two selected respondents, it can be seen that for Brand as an attribute, Oris brand has the most negative utility, for size, 45mm has the greatest utility for the first respondent, a price of $60000 has the most negative utlitity while yellow gold shows the greatest positive utility. For the last respondent, Oris watches have the greatest negative utility, rose as size has the greatest negative utility. For the price attribute, for this particular respondent, $50000 has the greatest positive utility of 5.4761 while for gold type as attribute, rose indicated the most negative utility. From these regression analysis of all the participant, it can be seen that customer preference varies form one participants to another. However from a comparative analysis stand point it can be seen that with reference to magnitude, majority of the participants prefers $50000 rose and 42mm limited edition watches. From thecase study, the limited edition The limited edition watches by Rolex and Patek- Philippe have the following profiles: 1. Rolex + 39mm + 3 complications + Yellow + $60,000 2. Patek-Philippe + 39mm+ 5 complications + White + $50,000. Using these editions as the existing market behavior, the share for size of watch case from the samples proved are as shown inthepiechartsbelow. We are interested in Oris watches which are 45mm. Scanning through the data given, we find only two watches which meet this condition: 1.Oris 45mm, 0 complications, rose gold costing $50,000 2.Oris 45mm, 3 complications, white gold costing $50,000 The respective market share from conjoint analysis is 15% and 17% respectively as depicted in excel-generated pie charts below.
Chart Title Existing market shareOris 45mm 0 compilation rose $50000 Chart Title Existing market shareOris 45mm 3 compilation white $50000 The profit formula is given as: Profit = Sales × (Price – total variable cost) – fixed costs Fixed costs = production, marketing and distribution Sales = Market share × Market size Total variable cost = Base variable cost + additional variable cost (if required for the product)).
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
The profit is calculated for only these two watches since it is the only data we could find. However, to make the calculations automated and dynamic, I have provided a simple Python script which prompt the user to give all the required variables. The script then calculates and return the profit. This script therefore caters not only for the two data points we have but also for all possible unseen data. The script is attached along this report and requires only python 3.x installation to execute. From the two options available, the profits are as follows: 1.Oris 45mm, 0 complications, rose gold: $655,000,000 2.Oris 45mm, 3 complications, white gold: $405,000,000 Recommendation It is observed that Oris 45mm rose gold with 0 complications gives more than 15% of the Oris 45mm white gold with 3 complications. Despite the former having a higher market share (17%) compared to the later (15%), the high production cost makes it less profitable. We recommend that the Oris company seek more data and evaluate the market share of all 45mm possible combinations to find the most profitable. With this information the company has two options: Stick to the most profitable watches if the current profit maximization is their main concern. Analyze the market trend and focus the watches that are likely to give more profit in future. This is because the profit is a function of market share. For instance, if Oris 45mm white gold with 3 complications market share increased from the current 17% to 30%, the profit increases from $405,000,000 to $730,000,000. Hence, even thought is costs more to produce, having a big market share makes it more profitable than the cheaper-to-produce Oris 45mm rose gold with 0 complications. Hence, the company should look at both current and prospective future profits and make the appropriate decisions.
13.21428 571 24.0476 1905 Source code for the Python Script # locale used to format the numbers correctly import locale locale.setlocale(locale.LC_ALL, '') # promt user to provide all the required variables ms = int(input('What is the percentage market share? ')) mkts = int(input('What is the market size? ')) cmc = int(input('What is complications cost? ')) clc = int(input('What is the gold color cost? ')) aoc = int(input('Any other variable cost? (0 if none)')) price = int(input('What is the selling price? ')) fcost = int(input('What is the total fixed costs? ')) varc = int(cmc + clc + aoc) sales = int((ms/100) * mkts) # calculate the profit profit = int(sales * (price - varc) - fcost) # print formated profit value print(f'Profit is: {profit:n}')
Reference Terasaki, S. and Nagasawa, S.Y., 2014. Branding Luxury Through Affective Value Case of Swiss Watch Industry. InIndustrial Applications of Affective Engineering(pp. 167-180). Springer, Cham.