SlideShare a Scribd company logo
1 of 18
Supplier selection
and order allocation
for H&M
Andrea Bendandi 774610
Carol Bortolotto 774431
Marco Cersosimo 773626
Alberto Giannone 774434
Marta Pozzar 774609
□Swedish multinational
fashion retailer
□Second biggest retailer
□Two main collections per
year plus some sub-
collections to meet fashion
trends
Introduction
H&M does NOT own any factories, but it
outsources manufacturing to more than 800
independent suppliers in Europe and Asia
Problem Identification
Supplier selection and order allocation
□ obtain the number of products j ordered from supplier i and
delivered with k transportation channels
Train = 1 Ship = 2
□ minimizing the total costs and respecting the budget
□ respect H&M’s demand
□ respect the production capacity
□ not go below the minimum inventory of each supplier, otherwise penalty
costs would be applied
□ consider custom fees
□ and costs deriving from suppliers’ lead times
□ total deliveries by train should not exceed 10%
□ at least 20% of products for each category should be ordered from
European suppliers
□ suppliers should not exceed the maximum limit of CO2 emissions
Variables
𝑥𝑖𝑗𝑘 = number of products j ordered from supplier i
delivered with k transportation channel
𝑢𝑖 =
1,
0,
if the order from supplier 𝑖 is less than 𝑞𝑖
otherwise
𝑣𝑖
=
1,
0,
if supplier 𝑖 is selected
otherwise
𝑤𝑖 =
1,
0,
if both 𝑢𝑖 and 𝑣𝑖 are 1
otherwise
Objective function
𝑖=1
𝑛
𝑗=1
𝑚
𝑘=1
𝑝
𝑐𝑖𝑗 + 𝑠𝑐𝑖𝑗𝑘 + 𝑡𝑐𝑖𝑗𝑘 + 𝑐𝑓𝑖𝑗 𝑥𝑖𝑗𝑘 +
𝑖=1
𝑛
𝑝𝑐𝑖 × 𝑤𝑖
Product cost
Security cost
Transportation cost
Custom fees
Penalty cost
Minimize z =
Origin Constraint
□At least 20% of each product 𝑗 must be ordered
from European suppliers
𝑖=1
𝑛1
𝑘=1
𝑝
𝑥𝑖𝑗𝑘 − 0,2 ×
𝑖=1
𝑛
𝑘=1
𝑝
𝑥𝑖𝑗𝑘 ≥ 0; 𝑗 = 1,2, … , 𝑚
Transportation constraint
□We decided to consider two types of transportation
means: train and ship. Indeed they are most
environmentally friendly and efficient means of
transportation
□Transportation by ship is more secure than the train
□Therefore we assumed that no more than 10% of
deliveries can be completed via train, while the
remaining 90% will occur via sea
𝑖=1
𝑛
𝑗=1
𝑚
𝑥𝑖𝑗2 − 0,1 ×
𝑖=1
𝑛
𝑗=1
𝑚
𝑘=1
𝑝
𝑥𝑖𝑗𝑘 ≤ 0 (𝑡𝑟𝑎𝑛𝑠𝑝𝑜𝑟𝑡𝑎𝑡𝑖𝑜𝑛 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
Transportation costs
□Since the transportation cost is based on the volume in
m3, we have estimated the total volume for each product.
□After that we assigned the costs of delivery involved
from European and Asian countries
□Finally, we multiplied each volume of product with the
cost of transportation
Security cost
□ First component: risk of each supplier multiplied by the
value of the products
□ Second component: risk of each mean of transportation
multiplied by the cost of transportation
□ Finally we added the first with the second component
Custom fees
□Custom fees are applied whenever the firm imports
goods from extra European countries
□Custom fees have been calculated as 12% of the value
of goods
Max n° of Supplier Constraint
□ Maximum number of suppliers 𝑖 that can
be selected, according to H&M’s
corporate policy
𝑖=1
𝑛
𝑣𝑖 ≤ 𝑁
Final Constraints
𝑖=1
𝑛
𝑗=1
𝑚
𝑘=1
𝑝
𝑐𝑗 + 𝑠𝑐𝑖𝑗𝑘 + 𝑡𝑐𝑖𝑗𝑘 + 𝑐𝑓𝑖𝑗 𝑥𝑖𝑗𝑘 +
𝑖=1
𝑛
𝑝𝑐𝑖 × 𝑤𝑖 ≤ 𝐵 (𝑏𝑢𝑑𝑔𝑒𝑡 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
𝑗=1
𝑚
𝑘=1
𝑝
𝑥𝑖𝑗𝑘 ≤ 𝑠𝑖; 𝑖 = 1,2, … , 𝑛 (𝑠𝑢𝑝𝑝𝑙𝑦 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
𝑖=1
𝑛
𝑘=1
𝑝
𝑥𝑖𝑗𝑘 = 𝑑𝑗 ; 𝑗 = 1,2, … , 𝑚 (𝑑𝑒𝑚𝑎𝑛𝑑 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
𝑖=1
𝑛
𝑣𝑖 ≤ 𝑁; (𝑚𝑎𝑥𝑖𝑚𝑢𝑚 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑠𝑢𝑝𝑝𝑙𝑖𝑒𝑟𝑠 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
𝑥𝑖𝑗𝑘 ≥ 0 𝑎𝑛𝑑 𝑎𝑟𝑒 𝑠𝑒𝑡 𝑜𝑓 𝑖𝑛𝑡𝑒𝑔𝑒𝑟 (𝑛𝑜𝑛 𝑛𝑒𝑔𝑎𝑡𝑖𝑣𝑖𝑡𝑦 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
𝑤𝑖, 𝑢𝑖, 𝑣𝑖 = 0 𝑜𝑟 1 𝑜𝑛𝑙𝑦 𝑓𝑜𝑟 𝑖 = 1,2, … , 𝑛
Sensitivity analysis
1. Increasing the limit of trains to 50% increases
the amount of products delivered by train.
□ Aim: understand how our variables impact on the
order allocation and objective function
Total costs decrease by 1.47%
Sensitivity analysis
2. We ignored the 20% limit of firms in europe
- Most of the production would be then allocated to Asian
suppliers
- Problem: clashes with the need to have close production
facilities for urgent orders
Total costs decrease by 10.72%
Sensitivity analysis
3. No cap of maximum 8 suppliers and each
supplier respects the maximum emissions of CO2
- Inefficient order allocations
- Penalty costs applied because of orders not reaching
suppliers’ minimum inventory levels
Total costs increase by 6.31%
Limitations
□ Suppliers produce all the products indifferently and
the product offering has been simplified compared
to H&M’s actual collection
□ Only 12 suppliers were considered in the model due
to technical limitations of Excel
□ Adopting pollution per capita in suppliers’
evaluation, due to the lack of relevant data linked to
unitary production emissions
Strengths of the model
□ We tailored our model to H&M’s needs
□ Fast fashion industry companies mainly localize the
production of basic items in Asia, whereas seasonal
collections come from Europe
□ Sustainability issues that relate to H&M’s
environmental standards.
□ The reliability of each supplier in terms of the rate
of non delivery toincorporate the qualitative factor
of supplier risks
Thank you!

More Related Content

Similar to H_M Business Analysis & Decision Making

IPSEN_PROJECTS 2016
IPSEN_PROJECTS 2016IPSEN_PROJECTS 2016
IPSEN_PROJECTS 2016
Amir Jahani
 
Airport security 2013 nathan de valck
Airport security 2013   nathan de valckAirport security 2013   nathan de valck
Airport security 2013 nathan de valck
Russell Publishing
 

Similar to H_M Business Analysis & Decision Making (20)

Charging for zero-emission city logistics
Charging for zero-emission city logisticsCharging for zero-emission city logistics
Charging for zero-emission city logistics
 
Scm t6 transportation_freight_mgmt
Scm t6 transportation_freight_mgmtScm t6 transportation_freight_mgmt
Scm t6 transportation_freight_mgmt
 
IPSEN_PROJECTS 2016
IPSEN_PROJECTS 2016IPSEN_PROJECTS 2016
IPSEN_PROJECTS 2016
 
Airport security 2013 nathan de valck
Airport security 2013   nathan de valckAirport security 2013   nathan de valck
Airport security 2013 nathan de valck
 
South African transport industry overview
South African transport industry overview South African transport industry overview
South African transport industry overview
 
Charging for use of infrastructure by road freight
Charging for use of infrastructure by road freightCharging for use of infrastructure by road freight
Charging for use of infrastructure by road freight
 
Menat
MenatMenat
Menat
 
Shortsea stavanger2011 laerdal_medical_nina_tsukamoto
Shortsea stavanger2011 laerdal_medical_nina_tsukamotoShortsea stavanger2011 laerdal_medical_nina_tsukamoto
Shortsea stavanger2011 laerdal_medical_nina_tsukamoto
 
Low Emission Zones in Europe Lucy sadler
Low Emission Zones in Europe Lucy sadler Low Emission Zones in Europe Lucy sadler
Low Emission Zones in Europe Lucy sadler
 
Clean Fleets - case studies
Clean Fleets - case studiesClean Fleets - case studies
Clean Fleets - case studies
 
Dr Michael Bull, Arup - How much do shipping and ports contribute to air qual...
Dr Michael Bull, Arup - How much do shipping and ports contribute to air qual...Dr Michael Bull, Arup - How much do shipping and ports contribute to air qual...
Dr Michael Bull, Arup - How much do shipping and ports contribute to air qual...
 
CSCMP 2014: Leveraging Intermodal Partnerships for More Sustainable Freight
CSCMP 2014: Leveraging Intermodal Partnerships for More Sustainable FreightCSCMP 2014: Leveraging Intermodal Partnerships for More Sustainable Freight
CSCMP 2014: Leveraging Intermodal Partnerships for More Sustainable Freight
 
PORT TRANSIT COSTS PERSPECTIVES AND EXPERIENCES OF GHANA PORTS ...
PORT TRANSIT COSTS PERSPECTIVES AND EXPERIENCES OF GHANA PORTS              ...PORT TRANSIT COSTS PERSPECTIVES AND EXPERIENCES OF GHANA PORTS              ...
PORT TRANSIT COSTS PERSPECTIVES AND EXPERIENCES OF GHANA PORTS ...
 
Reduction of freight vehicles
Reduction of freight vehiclesReduction of freight vehicles
Reduction of freight vehicles
 
Oman rail project public english
Oman rail project  public englishOman rail project  public english
Oman rail project public english
 
Blue Corridor NGV Rally 2013 - EU Action on Natural Gas and Biomethane
Blue Corridor NGV Rally 2013 - EU Action on Natural Gas and BiomethaneBlue Corridor NGV Rally 2013 - EU Action on Natural Gas and Biomethane
Blue Corridor NGV Rally 2013 - EU Action on Natural Gas and Biomethane
 
CE Power Point.ppt November.ppt 3
CE Power Point.ppt November.ppt 3CE Power Point.ppt November.ppt 3
CE Power Point.ppt November.ppt 3
 
Ce power point.ppt november.ppt 3
Ce power point.ppt november.ppt 3Ce power point.ppt november.ppt 3
Ce power point.ppt november.ppt 3
 
Hands on support with a pragmatic approach
Hands on support with a pragmatic approachHands on support with a pragmatic approach
Hands on support with a pragmatic approach
 
Container Concept - environmental savings
Container Concept - environmental savingsContainer Concept - environmental savings
Container Concept - environmental savings
 

Recently uploaded

Shots fired Budget Presentation.pdf12312
Shots fired Budget Presentation.pdf12312Shots fired Budget Presentation.pdf12312
Shots fired Budget Presentation.pdf12312
LR1709MUSIC
 
What is paper chromatography, principal, procedure,types, diagram, advantages...
What is paper chromatography, principal, procedure,types, diagram, advantages...What is paper chromatography, principal, procedure,types, diagram, advantages...
What is paper chromatography, principal, procedure,types, diagram, advantages...
srcw2322l101
 
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
daisycvs
 
Powerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metricsPowerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metrics
CaitlinCummins3
 
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg PfizerJual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Pusat Herbal Resmi BPOM
 

Recently uploaded (20)

Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
 
Toyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsToyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & Transformations
 
HAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future ProspectsHAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future Prospects
 
Moradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in PenacovaMoradia Isolada com Logradouro; Detached house with patio in Penacova
Moradia Isolada com Logradouro; Detached house with patio in Penacova
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO Services
 
Shots fired Budget Presentation.pdf12312
Shots fired Budget Presentation.pdf12312Shots fired Budget Presentation.pdf12312
Shots fired Budget Presentation.pdf12312
 
Pitch Deck Teardown: Goodcarbon's $5.5m Seed deck
Pitch Deck Teardown: Goodcarbon's $5.5m Seed deckPitch Deck Teardown: Goodcarbon's $5.5m Seed deck
Pitch Deck Teardown: Goodcarbon's $5.5m Seed deck
 
Top^Clinic ^%[+27785538335__Safe*Women's clinic//Abortion Pills In Harare
Top^Clinic ^%[+27785538335__Safe*Women's clinic//Abortion Pills In HarareTop^Clinic ^%[+27785538335__Safe*Women's clinic//Abortion Pills In Harare
Top^Clinic ^%[+27785538335__Safe*Women's clinic//Abortion Pills In Harare
 
Most Visionary Leaders in Cloud Revolution, Shaping Tech’s Next Era - 2024 (2...
Most Visionary Leaders in Cloud Revolution, Shaping Tech’s Next Era - 2024 (2...Most Visionary Leaders in Cloud Revolution, Shaping Tech’s Next Era - 2024 (2...
Most Visionary Leaders in Cloud Revolution, Shaping Tech’s Next Era - 2024 (2...
 
What is paper chromatography, principal, procedure,types, diagram, advantages...
What is paper chromatography, principal, procedure,types, diagram, advantages...What is paper chromatography, principal, procedure,types, diagram, advantages...
What is paper chromatography, principal, procedure,types, diagram, advantages...
 
Space Tech Expo Exhibitor List 2024 - Exhibitors Data
Space Tech Expo Exhibitor List 2024 - Exhibitors DataSpace Tech Expo Exhibitor List 2024 - Exhibitors Data
Space Tech Expo Exhibitor List 2024 - Exhibitors Data
 
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
 
Should Law Firms Outsource their Bookkeeping
Should Law Firms Outsource their BookkeepingShould Law Firms Outsource their Bookkeeping
Should Law Firms Outsource their Bookkeeping
 
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
Understanding Financial Accounting 3rd Canadian Edition by Christopher D. Bur...
 
Powerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metricsPowerpoint showing results from tik tok metrics
Powerpoint showing results from tik tok metrics
 
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg PfizerJual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
Jual Obat Aborsi Di Sibolga wa 0851/7541/5434 Cytotec Misoprostol 200mcg Pfizer
 
Navigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA FirmsNavigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA Firms
 
The Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and UncertaintyThe Art of Decision-Making: Navigating Complexity and Uncertainty
The Art of Decision-Making: Navigating Complexity and Uncertainty
 
WAM Corporate Presentation May 2024_w.pdf
WAM Corporate Presentation May 2024_w.pdfWAM Corporate Presentation May 2024_w.pdf
WAM Corporate Presentation May 2024_w.pdf
 
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdfThe Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
The Vietnam Believer Newsletter_May 13th, 2024_ENVol. 007.pdf
 

H_M Business Analysis & Decision Making

  • 1. Supplier selection and order allocation for H&M Andrea Bendandi 774610 Carol Bortolotto 774431 Marco Cersosimo 773626 Alberto Giannone 774434 Marta Pozzar 774609
  • 2. □Swedish multinational fashion retailer □Second biggest retailer □Two main collections per year plus some sub- collections to meet fashion trends Introduction H&M does NOT own any factories, but it outsources manufacturing to more than 800 independent suppliers in Europe and Asia
  • 3. Problem Identification Supplier selection and order allocation □ obtain the number of products j ordered from supplier i and delivered with k transportation channels Train = 1 Ship = 2 □ minimizing the total costs and respecting the budget □ respect H&M’s demand □ respect the production capacity □ not go below the minimum inventory of each supplier, otherwise penalty costs would be applied □ consider custom fees □ and costs deriving from suppliers’ lead times □ total deliveries by train should not exceed 10% □ at least 20% of products for each category should be ordered from European suppliers □ suppliers should not exceed the maximum limit of CO2 emissions
  • 4. Variables 𝑥𝑖𝑗𝑘 = number of products j ordered from supplier i delivered with k transportation channel 𝑢𝑖 = 1, 0, if the order from supplier 𝑖 is less than 𝑞𝑖 otherwise 𝑣𝑖 = 1, 0, if supplier 𝑖 is selected otherwise 𝑤𝑖 = 1, 0, if both 𝑢𝑖 and 𝑣𝑖 are 1 otherwise
  • 5. Objective function 𝑖=1 𝑛 𝑗=1 𝑚 𝑘=1 𝑝 𝑐𝑖𝑗 + 𝑠𝑐𝑖𝑗𝑘 + 𝑡𝑐𝑖𝑗𝑘 + 𝑐𝑓𝑖𝑗 𝑥𝑖𝑗𝑘 + 𝑖=1 𝑛 𝑝𝑐𝑖 × 𝑤𝑖 Product cost Security cost Transportation cost Custom fees Penalty cost Minimize z =
  • 6. Origin Constraint □At least 20% of each product 𝑗 must be ordered from European suppliers 𝑖=1 𝑛1 𝑘=1 𝑝 𝑥𝑖𝑗𝑘 − 0,2 × 𝑖=1 𝑛 𝑘=1 𝑝 𝑥𝑖𝑗𝑘 ≥ 0; 𝑗 = 1,2, … , 𝑚
  • 7. Transportation constraint □We decided to consider two types of transportation means: train and ship. Indeed they are most environmentally friendly and efficient means of transportation □Transportation by ship is more secure than the train □Therefore we assumed that no more than 10% of deliveries can be completed via train, while the remaining 90% will occur via sea 𝑖=1 𝑛 𝑗=1 𝑚 𝑥𝑖𝑗2 − 0,1 × 𝑖=1 𝑛 𝑗=1 𝑚 𝑘=1 𝑝 𝑥𝑖𝑗𝑘 ≤ 0 (𝑡𝑟𝑎𝑛𝑠𝑝𝑜𝑟𝑡𝑎𝑡𝑖𝑜𝑛 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡)
  • 8. Transportation costs □Since the transportation cost is based on the volume in m3, we have estimated the total volume for each product. □After that we assigned the costs of delivery involved from European and Asian countries □Finally, we multiplied each volume of product with the cost of transportation
  • 9. Security cost □ First component: risk of each supplier multiplied by the value of the products □ Second component: risk of each mean of transportation multiplied by the cost of transportation □ Finally we added the first with the second component
  • 10. Custom fees □Custom fees are applied whenever the firm imports goods from extra European countries □Custom fees have been calculated as 12% of the value of goods
  • 11. Max n° of Supplier Constraint □ Maximum number of suppliers 𝑖 that can be selected, according to H&M’s corporate policy 𝑖=1 𝑛 𝑣𝑖 ≤ 𝑁
  • 12. Final Constraints 𝑖=1 𝑛 𝑗=1 𝑚 𝑘=1 𝑝 𝑐𝑗 + 𝑠𝑐𝑖𝑗𝑘 + 𝑡𝑐𝑖𝑗𝑘 + 𝑐𝑓𝑖𝑗 𝑥𝑖𝑗𝑘 + 𝑖=1 𝑛 𝑝𝑐𝑖 × 𝑤𝑖 ≤ 𝐵 (𝑏𝑢𝑑𝑔𝑒𝑡 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡) 𝑗=1 𝑚 𝑘=1 𝑝 𝑥𝑖𝑗𝑘 ≤ 𝑠𝑖; 𝑖 = 1,2, … , 𝑛 (𝑠𝑢𝑝𝑝𝑙𝑦 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡) 𝑖=1 𝑛 𝑘=1 𝑝 𝑥𝑖𝑗𝑘 = 𝑑𝑗 ; 𝑗 = 1,2, … , 𝑚 (𝑑𝑒𝑚𝑎𝑛𝑑 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡) 𝑖=1 𝑛 𝑣𝑖 ≤ 𝑁; (𝑚𝑎𝑥𝑖𝑚𝑢𝑚 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑠𝑢𝑝𝑝𝑙𝑖𝑒𝑟𝑠 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡) 𝑥𝑖𝑗𝑘 ≥ 0 𝑎𝑛𝑑 𝑎𝑟𝑒 𝑠𝑒𝑡 𝑜𝑓 𝑖𝑛𝑡𝑒𝑔𝑒𝑟 (𝑛𝑜𝑛 𝑛𝑒𝑔𝑎𝑡𝑖𝑣𝑖𝑡𝑦 𝑐𝑜𝑛𝑠𝑡𝑟𝑎𝑖𝑛𝑡) 𝑤𝑖, 𝑢𝑖, 𝑣𝑖 = 0 𝑜𝑟 1 𝑜𝑛𝑙𝑦 𝑓𝑜𝑟 𝑖 = 1,2, … , 𝑛
  • 13. Sensitivity analysis 1. Increasing the limit of trains to 50% increases the amount of products delivered by train. □ Aim: understand how our variables impact on the order allocation and objective function Total costs decrease by 1.47%
  • 14. Sensitivity analysis 2. We ignored the 20% limit of firms in europe - Most of the production would be then allocated to Asian suppliers - Problem: clashes with the need to have close production facilities for urgent orders Total costs decrease by 10.72%
  • 15. Sensitivity analysis 3. No cap of maximum 8 suppliers and each supplier respects the maximum emissions of CO2 - Inefficient order allocations - Penalty costs applied because of orders not reaching suppliers’ minimum inventory levels Total costs increase by 6.31%
  • 16. Limitations □ Suppliers produce all the products indifferently and the product offering has been simplified compared to H&M’s actual collection □ Only 12 suppliers were considered in the model due to technical limitations of Excel □ Adopting pollution per capita in suppliers’ evaluation, due to the lack of relevant data linked to unitary production emissions
  • 17. Strengths of the model □ We tailored our model to H&M’s needs □ Fast fashion industry companies mainly localize the production of basic items in Asia, whereas seasonal collections come from Europe □ Sustainability issues that relate to H&M’s environmental standards. □ The reliability of each supplier in terms of the rate of non delivery toincorporate the qualitative factor of supplier risks