Our Companies

Partnerships

ICT Manufacturing operates alongside a small family of companies through its contract manufacturing partnerships, extending what we can do for a client from contract manufacturing and global sourcing to executive search.

Companies

The Weathered Moose, LLC

The Weathered Moose, LLC is the holding company behind ICT, providing the operating structure and long-term backing for our sourcing, consulting, and turnkey services.

Elite Leadership Search

Elite Leadership Search is our sister company focused on supply chain and engineering executive search, working alongside ICT’s consulting practice to place the leaders our clients’ programs depend on.
Company Structure

How ICT Manufacturing's Company Family Is Organized?

ICT Manufacturing (formerly ICT / Indiana Trade & Consulting) operates within a structured family of companies. Understanding this structure helps clients know who they are working with, who backs the organization long-term, and which sister company can address needs that go beyond sourcing and manufacturing programs.

Holding Company

The Weathered Moose, LLC

Provides the legal and financial operating structure that backs ICT Manufacturing’s sourcing, consulting, and manufacturing engagements with long-term organizational stability.

Operating Company

ICT Manufacturing

Formerly Indiana Trade & Consulting (ICT). Contract manufacturing, global sourcing, APQP/PPAP program management. 32 countries. 65+ years combined executive experience. Auburn, Indiana.

Sister Company

Elite Leadership Search

Supply chain and engineering executive search. Works alongside ICT Manufacturing’s consulting practice when the client’s primary need is leadership placement rather than a sourcing program.

Sister Company

Elite Leadership Search - Supply Chain & Engineering Executive Search

When a client’s most pressing problem is the person leading procurement, operations, or engineering not the sourcing program itself, Elite Leadership Search is the resource ICT Manufacturing brings in alongside its consulting practice.

Elite Leadership Search is a specialized executive search firm focused exclusively on supply chain, procurement, engineering, and operations leadership placement. It works alongside ICT
Manufacturing’s consulting practice because the team at ICT knows firsthand that the right leader in procurement or operations is often more valuable than any process improvement, and that finding one requires search expertise specific to these functions.

For ICT Manufacturing clients who are simultaneously running a sourcing transformation and rebuilding their procurement or engineering leadership, Elite Leadership Search provides a coordinated, single-source solution: ICT structures the program while Elite finds the leader who will own it long after the consulting engagement concludes.

This arrangement reflects Michael Musleh’s leadership philosophy documented across every executive role in his career that building executive teams, not just purchasing departments, is what creates durable operational excellence. Elite Leadership Search is the structural expression of that philosophy as a stand-alone service.

  • Procurement & Supply Chain Leadership: VP Procurement, Director of Sourcing, Chief Supply Chain Officer, and global procurement leadership placements across manufacturing, industrial, and retail sectors.
  • Engineering & Operations Leadership: VP Engineering, Director of Manufacturing, Plant Manager, and quality/operations leadership for OEM manufacturers, Tier 1/2 suppliers, and industrial companies.
  • Executive Search Alongside Consulting Engagements: When ICT Manufacturing is engaged on a sourcing transformation or supply chain restructuring, Elite Leadership Search can simultaneously identify and place the internal leader who will sustain the program ensuring results continue beyond the consulting engagement.
  • Retained & Contingency Search: Both retained (dedicated search with exclusivity) and contingency (no placement, no fee) models available depending on role criticality and timeline requirements.
Partnerships - FAQ

Common Questions About ICT Manufacturing's Company Structure

What company owns ICT Manufacturing?

The Weathered Moose, LLC is the holding company behind ICT Manufacturing (formerly Indiana Trade & Consulting / ICT). The Weathered Moose provides the operating structure and long-term organizational backing for ICT Manufacturing’s sourcing, consulting, contract manufacturing, and turnkey services. This holding company structure enables ICT Manufacturing to operate alongside sister companies including Elite Leadership Search without commingling service lines.

Elite Leadership Search is the sister company of ICT Manufacturing (formerly ICT), focused exclusively on supply chain and engineering executive search. It works alongside ICT Manufacturing’s consulting practice to place procurement, operations, and engineering leaders that client programs depend on. The relationship means ICT Manufacturing can simultaneously restructure a client’s sourcing program and help identify the internal leader who will own it long-term. Elite Leadership Search can be reached at eliteleadersearch.com.

The ICT Manufacturing family of companies includes three entities: The Weathered Moose, LLC (holding company – provides operating structure and long-term backing), ICT Manufacturing (formerly Indiana Trade & Consulting / ICT – the operating company for contract manufacturing, global sourcing, and supply chain consulting, headquartered in Auburn, Indiana), and Elite Leadership Search (sister company supply chain and engineering executive search at eliteleadersearch.com).

The Weathered Moose, LLC holding company structure gives ICT Manufacturing organizational clarity, long-term operational stability, and the ability to operate alongside sister companies without mixing service lines. When ICT Manufacturing works on a sourcing engagement and simultaneously refers a client to Elite Leadership Search for an executive search, the holding company structure ensures each entity maintains its own distinct service relationship with the client clear boundaries that protect client interests.

When ICT Manufacturing is engaged on a sourcing transformation or supply chain restructuring program, Elite Leadership Search can simultaneously identify and place the internal procurement, operations, or engineering leader who will own the program long-term. This coordinated approach built on Michael Musleh’s documented philosophy of building executive teams, not just purchasing departments ensures that the improvements MTD Manufacturing implements continue generating results after the consulting engagement concludes. Inquire about combined engagements via MTD Manufacturing’s contact page.

Contract Manufacturing Partnerships
", * and restrict it to the us-govt-statistics page only (Custom Code lets you * pick specific pages under Display Conditions). */document.addEventListener('DOMContentLoaded', () => { // Map each box's id to its FRED series ID. `null` = no FRED series exists. const SERIES_MAP = { 'fx-inr-home': 'DEXINUS', 'fx-cny-home': 'DEXCHUS', 'fx-thb-home': 'DEXTHUS', 'fx-idr-home': null, // Indonesian Rupiah isn't published in FRED's daily FX series 'fx-myr-home': 'DEXMAUS', 'fred-ppi': 'PCUOMFGOMFG', 'fred-oil': 'WPU056101', 'fred-cardboard': 'PCU322211322211', 'fred-lumber': 'WPU08', 'fred-aluminum': 'WPU102501', 'fred-steel': 'WPU081', };// FX rates read better with more decimal places than PPI index values const isFx = (seriesId) => seriesId && seriesId.startsWith('DEX');Object.entries(SERIES_MAP).forEach(([boxId, seriesId]) => { const box = document.getElementById(boxId); if (!box) return; // markup not on this page, skip quietlyconst set = (key, value, suffix = '') => { const el = box.querySelector(`[data-f="${key}"]`); if (!el) return; el.textContent = value != null ? value + suffix : 'n/a'; };if (!seriesId) { // No FRED series available (IDR) — say so plainly instead of hanging on "n/a" forever set('today', 'not on FRED'); return; }fetch(`/wp-json/ict/v1/fred/${seriesId}`) .then((r) => r.json()) .then((data) => { if (data.code) { console.error('FRED proxy error for', seriesId, data.message); return; } const todayFormatted = isFx(seriesId) ? Number(data.today).toFixed(4) : Number(data.today).toFixed(2);set('today', todayFormatted); set('ytd', data.ytd_growth, '%'); set('y1', data.vs_jan1_yr1, '%'); set('y5', data.vs_jan1_yr5, '%'); }) .catch((err) => console.error('FRED fetch failed for', seriesId, err)); }); });