Public methodology · v1.3

PSCI methodology.

Composition. Calculation. Source licensing. Governance. PSCI is a public reference index for the pallet category, derived entirely from public-domain federal data and public-records aggregation. The reproducibility of the calculation is the integrity check.

Version: 1.3 Published: April 30 2026 Sources: BLS · EIA · Census · BEA Posture: reference index, not a regulated benchmark
// How to read this document

Pallet Solutions runs managed pallet sourcing for multi-DC procurement teams. We publish PSCI — the only publicly-available, reproducible composite cost-input index in the pallet industry — so procurement teams have a benchmark for evaluating any pallet bid against the cost-input environment. Ours, or anyone else's. Reproducible from public federal data. Versioned. Restated when source data is revised.

This document specifies the composition, calculation, source licensing, and governance of PSCI. Buyers skimming for trust signals: Sections 01, 02, 04, and 06 are highest-leverage. Auditors cross-referencing the calculation: read top to bottom. PSPI (a forward-looking demand-pressure index) is in the appendix. The AI Forecast Layer is documented in Section 12.

// Contents
  1. Purpose and scope
  2. Limitations and recommended use
  3. Source licensing posture
  4. PSCI -- Cost Index composition
  5. PSCI calculation
  6. PSCI publication discipline
  7. Federal data outage handling
  8. Restatement protocol
  9. Backfill disclosure (look-ahead bias)
  10. Disclosure footer
  11. Release calendar
  12. AI Forecast Layer governance (optional overlay)
// Appendix · PSPI (forward-looking demand-pressure index)
  1. PSPI -- Pressure Index composition
  2. PSPI calculation and publication

01Purpose and scope

This document specifies the methodology, composition, calculation, source licensing, and governance of two indices published by Pallet Solutions:

Posture

PSCI and PSPI are reference indices. They are not investment products, not contracts, and not financial benchmarks regulated by IOSCO. Pallet Solutions is the publisher; the underlying federal data is in the public domain. Any party may construct an equivalent index using the same public sources. We disclose the formula and the source licensing so any user may reproduce or audit our calculation.

Architectural commitment

Production code paths fetch directly from BLS, EIA, Census, and BEA public APIs (api.bls.gov, api.eia.gov, api.census.gov, bea.gov). FRED is research-only and never appears in production calculations or citations. See PS Source Spec, Rule 0 (point of ingest governs) for the legal basis.

02Limitations and recommended use

PSCI is the only publicly-available, reproducible composite cost-input index in the pallet industry. Because no comparable benchmark exists, this section documents what PSCI measures, what it does not measure, and how procurement teams should and should not use it. If a downstream user is going to defend a sourcing decision against an internal challenge, they should be able to cite this section.

What PSCI measures

A weighted geometric mean of five federal public-domain series tracking upstream cost pressure on pallet manufacturer cost basis: Wood Pallet PPI, Softwood Lumber PPI, EIA Diesel by PADD, warehouse worker wages, and Paper Containers PPI. A 1% increase in PSCI indicates approximately 1% upward pressure on the cost inputs that determine pallet manufacturer pricing, holding all other factors constant.

What PSCI does not measure

PSCI is not, and is not intended to be:

Known sources of divergence between PSCI and observed pallet prices

Procurement teams will observe pallet prices that diverge from PSCI movement. The most common reasons:

Recommended use cases

PSCI is appropriate for:

Anti-use cases

PSCI is not appropriate for:

Empirical validation status

PSCI v1.3 weights and composition were chosen from input-cost shares for NAICS 321920 (wood pallet manufacturing) as documented in BLS PPI methodology and published industry-cost-structure analyses. The weights are reasoned approximations, not the output of a regression analysis against observed pallet pricing.

As Pallet Solutions accumulates buyer-side transaction data through OMS managed-programs operations, future methodology versions may publish:

Until such validation is published, PSCI v1.3 is positioned as a theoretical cost-input composite, not an empirically validated price tracker. The reproducibility of the calculation from public data is the integrity check, not empirical correlation to observed prices.

First-mover disclosure

PSCI is the only publicly-available, reproducible composite cost-input index in the pallet industry. Pallet Solutions is aware that publishing an index in a category that has not previously had one carries first-mover risk: the methodology will be scrutinized by procurement audiences, by competitors, by industry trade press, and by source-data publishers. Pallet Solutions is committed to:

03Source licensing posture

Procurement audiences and competitors will examine our sources. We make our licensing posture explicit upfront.

Public-domain federal data

The majority of PSCI and PSPI components are sourced directly from US federal agencies (BLS, EIA, Census, BEA). These are public-domain datasets. Pallet Solutions ingests, transforms, and republishes these data in derivative composite form with full source attribution. No license fees apply. No third-party permission is required. Citation includes the agency name and series identifier on every published value.

Public-records aggregation

PSPI's WARN component is built by aggregating state Department of Labor public-records databases. WARN notices are public records under federal and state open-records statutes. Pallet Solutions cites the state agency on every WARN-derived figure.

Licensed third-party sources (cite-and-link only)

Several authoritative industry sources are referenced by name in this methodology -- DAT, Cass, ATA, ISM, Random Lengths, Fastmarkets RISI, CBRE, JLL, Cushman, Bloomberg. Pallet Solutions does not ingest, store, redistribute, or recreate the data series of any of these sources. Where we mention them, we link to their free public-facing pages and identify them as the source for buyers seeking that specific data.

Why this matters: publishing reference indices on copyrighted data series we don't license would expose them to misappropriation claims, contract disputes, and takedown risk. By building exclusively on public-domain federal data and public records, the PS indices are legally defensible by anyone who reads this document.

04PSCI -- Cost Index composition

PSCI measures the weighted movement of cost inputs that determine pallet manufacturer prices. A 1% increase in PSCI corresponds to approximately 1% upward pressure on pallet prices, holding other variables constant.

ComponentSeriesPublisherLicenseWeight
Wood Pallet PPIDirect producer-price index for wood pallets and pallet containers. PCU321920321920BLSPublic domain40%
Softwood Lumber PPIPrimary raw material cost. Captures upstream wood movement. WPU0811BLSPublic domain20%
Diesel Retail by PADDFreight cost-input. Affects inbound lumber and outbound delivery. Weekly DieselEIAPublic domain20%
Warehouse Worker EarningsLabor cost component for pallet manufacturing and recycling. CES4349300008BLSPublic domain15%
OCC Proxy (Paper Containers PPI)Old corrugated container price proxy for hybrid pallet-and-packaging procurement. WPU09150301BLSPublic domain5%

All PSCI components are public-domain federal data. Weights sum to 100%. Weights are fixed at publication. Rebalancing requires a versioned methodology release with 90-day advance notice.

05PSCI calculation

Each component is normalized to a base period (January 2024 = 100). Weekly component values are computed by:

PSCI is calculated as the weighted geometric mean of normalized components:

PSCI_t = (PPI_pallet ^ 0.40) × (PPI_lumber ^ 0.20) × (Diesel ^ 0.20) × (Wages ^ 0.15) × (OCC ^ 0.05)
// Weighted geometric mean. Geometric weighting prevents disproportionate influence from any single high-velocity component.

Geometric mean is used over arithmetic mean because component series are themselves indices (compounding inputs), and geometric weighting prevents disproportionate influence from any single high-velocity component.

06PSCI publication discipline

Display and attribution

07Federal data outage handling

If a federal source goes silent (government shutdown, agency outage, API deprecation), the dependent index publishes "indeterminate" rather than imputing.

SourceMaximum stale windowPulse tile display when exceeded
EIA weekly diesel14 days"AWAITING UPDATE -- last value $X.XX from MMM DD"
BLS monthly PPI series45 days (release + revision window)"AWAITING UPDATE"
Census construction60 days"AWAITING UPDATE"
BEA quarterly90 days"AWAITING UPDATE"

Beyond the window, the dependent component is suppressed and the composite index publishes with reduced component coverage, disclosed in the publication footer.

08Restatement protocol

Restatements of previously-published values appear as separate publications, not silent corrections, with the following format:

PSCI [date] -- RESTATEMENT Original value: X.XX Restated value: Y.YY Trigger: [BLS/EIA/Census revision link with date and series]

Restatements are normal data hygiene, not error. Census-dependent components are expected to restate within 90 days of initial publication due to standard Census revision cycles. If the publication pipeline fails to compute a value by 8:55am ET, the publication shows "indeterminate" rather than delaying or imputing.

09Backfill disclosure (look-ahead bias)

Backfilled values for periods prior to PSCI's first live publication are computed by applying the v1.2 formula and weights to historical federal data. Backfilled values are clearly marked as "computed retrospectively" and carry an explicit caveat: weights were chosen in 2026 with knowledge of the period being backfilled, which introduces look-ahead bias. Backfilled values are useful for directional comparison but are not equivalent to live publications. Live values are date-stamped and immutable except via the explicit restatement protocol above.

11Release calendar

Full per-release schedule is published in the operations runbook and pinned to each Tuesday Read footer. TBD public-facing release calendar surface.

12AI Forecast Layer governance (optional overlay)

The AI Forecast Layer is an optional forecasting overlay applied to PSCI cost inputs. It produces probabilistic 30-day forward projections with confidence intervals. The Forecast Layer is not a separate index, and the underlying PSCI v1.3 index is unaffected by this overlay. It is published alongside PSCI as a procurement timing signal, not as a substitute for vendor quotes and not as a price prediction.

Model

The overlay is powered by TimesFM 2.5, an open-source time-series foundation model published by Google Research. Approximately 200M parameters, decoder-only architecture, zero-shot forecasting, Apache 2.0 license. Pallet Solutions does not train, fine-tune, or modify the model -- it uses published checkpoints unchanged. The model version is pinned in the methodology footer on every published forecast value.

Deployment

The forecast pipeline runs via BigQuery ML's AI.FORECAST function. Each of the five PSCI cost-input series is projected 30 days forward. The series-level projections are then composed via the published PSCI weights to produce a forecast PSCI value with a confidence band. Per-PADD diesel forecasts are produced by the same overlay applied to per-PADD EIA series. Cached weekly in Pallet Solutions' read-only Supabase cache; the public API serves cache reads only and does not run BigQuery on the request path.

Reproducibility

Any party with BigQuery access can run the same AI.FORECAST query against the same federal data with the pinned model version and obtain the same forecast range, within minor model nondeterminism (typically less than 0.1% on horizon-end values). The reproducibility check is the integrity check, identical to the principle that governs PSCI v1.3 itself.

Confidence intervals

Every published forecast value carries a standard 80% confidence interval. The CI represents model uncertainty, not measurement uncertainty. Procurement teams reading a forecast value should treat the CI as the truth-telling mechanism: when the band is wide, the model is uncertain. Forecasts published without CIs are non-compliant with this methodology and should be flagged.

What the AI Forecast Layer does not do

Look-ahead bias disclosure

Forecasting models trained on past data may show artificially-strong "historical accuracy" on training-window dates. Pallet Solutions does NOT publish historical-accuracy claims using training-window dates. Forward-going accuracy is established by tracking real-time forecast values against subsequent observed federal data; statistics will be published after 26+ weeks of prospective forecasts have accumulated.

Validation roadmap

The AI Forecast Layer's accuracy is currently theoretical pending empirical validation. Two phases are planned:

Versioning

The current version is AI Forecast Layer v1.0 with TimesFM 2.5 pinned. Changes to model version, confidence interval methodology, or pipeline architecture trigger a methodology version bump and 90-day advance notice, identical to PSCI versioning protocol.

// Appendix

PSPI -- Pallet Solutions Pressure Index

PSPI is a separate index from PSCI -- it tracks forward-looking pallet demand pressure (60-90 day lead), not cost inputs. Buyers focused on cost-input methodology can stop reading at Section 12. PSPI documentation continues here for buyers tracking demand-side pressure signals.

APSPI -- Pressure Index composition

PSPI measures forward pressure on pallet demand. Rising values indicate tightening conditions ahead (60-90 day lead). Falling values indicate softening demand. PSPI complements PSCI: PSCI tells you what costs are doing now, PSPI tells you what's coming.

ComponentSeriesPublisherLicenseWeight
Housing StartsLeading indicator of lumber demand. Census ConstructionCensusPublic domain25%
ISM Manufacturing PMIManufacturing activity correlates with pallet velocity. Headline value, cited. ISM headlineISMCite-and-link20%
Container ImportsInbound import volume drives pallet demand at port-adjacent DCs. FT900 Trade ReleaseCensusPublic domain20%
Industrial Construction SpendingForward signal for new DC capacity. Construction SpendingCensusPublic domain15%
Retail Trade SalesRetail velocity drives DC pallet replenishment cycles. Monthly Retail TradeCensusPublic domain10%
WARN Notice VolumeInverse signal -- rising notices indicate facility closures and falling pallet demand. State DOL aggregationState public recordsPublic records10%

Five of six PSPI components are public-domain federal data. The sixth (ISM PMI) is referenced via its publicly-released headline value. Weights sum to 100%. WARN component is sign-inverted (rising WARN volume contributes to falling PSPI).

BPSPI calculation and publication

PSPI is calculated as a weighted arithmetic mean of normalized component changes (year-over-year):

PSPI_t = Σ ( weight_i × YoY_change_i )
// Year-over-year smoothing reduces seasonality noise. WARN volume enters with negative weight.