- type
- concept
- created
- Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
- updated
- Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
- sources
- raw/articles/PRD
- tags
- pricing indices market-data competitive-context foex risi
FOEX and RISI Indices
Overview
The paper industry has established price benchmarks through organizations like FOEX (a Finnish pulp and paper price reporting agency) and RISI (now part of Fastmarkets, a global commodity price reporting service). These indices track production paper prices across grades and regions, providing reference points for contract negotiations and market analysis.
However, these indices cover production prices only -- they do not benchmark surplus paper. This is a critical gap that defines the marketplace's competitive opportunity.
The Price Discovery Problem
From the PRD's problem statement: "There is no Bloomberg for paper surplus." The $400B+ global paper market generates billions in surplus annually, yet:
- No centralized surplus price benchmarks exist
- FOEX and RISI cover production prices, not surplus
- Surplus typically trades at 30-60% below production prices
- Price varies by destination: the same paper might be $465/MT to Casablanca but $480/MT to Tunisia
- Price varies by quality grade: A-grade at 5-15% discount, B-grade at 20-35%, C-grade at 40-60% from list
- Price discovery is opaque -- mills and buyers cannot easily compare surplus prices across the market
What FOEX and RISI Provide
These indices give production price reference points:
- FOEX: Weekly price indices for pulp, paper, and board grades. Covers European, Asian, and global markets. Prices reported per metric ton.
- RISI/Fastmarkets: Monthly price assessments for containerboard, cartonboard, printing papers, tissue, and pulp. Regional breakdowns. Historical data and forecasts.
Example benchmark context: standard production kraftliner might reference at $700-800/MT on FOEX, while surplus kraftliner from Mara's list trades at $395-465/MT -- a 40-50% discount.
Where the Marketplace Fits
The marketplace creates a new data layer that FOEX and RISI do not cover:
| Data Point | FOEX/RISI | Marketplace |
|---|---|---|
| Production prices | Yes | No |
| Surplus prices | No | Yes (from transactions) |
| Regional price variations | Partially | Yes (visibility rule adjustments) |
| Quality-adjusted pricing | No | Yes (A/B/C grade tracking) |
| Real-time availability | No (weekly/monthly) | Yes (on ingestion) |
| Small lot pricing | No | Yes (lots as small as 5 MT) |
| Freight-inclusive comparison | No | Yes (container proposal with freight) |
Over time, as transaction volume grows, the marketplace accumulates surplus pricing data that becomes a de facto surplus price index -- a competitive moat that grows with each completed transaction.
Relevance to Matching and Pricing
The matching algorithm uses a price_within_budget check that compares the surplus price (adjusted for geography) against the buyer's max_price_per_mt. While this is not scored as a dimension (it is a boolean flag), price context from FOEX/RISI could inform:
- Price validation: During ingestion, prices more than 3x the typical range for a paper type are flagged for review. FOEX/RISI ranges could calibrate these thresholds.
- Buyer expectations: Buyers familiar with FOEX indices can contextualize surplus prices.
- Price sanity checks: Admin can compare ingested prices against production benchmarks to assess the discount level.
Future Opportunity
In V2+, the marketplace could:
- Display surplus prices relative to FOEX production benchmarks (e.g., "This lot is 42% below FOEX reference")
- Build a proprietary surplus price index from transaction data
- Offer pricing analytics showing surplus discount trends by paper type, grade, and region
- Provide mills with data on where to price their surplus for fastest sale
Sources
- raw/articles/PRD -- sections 2.1, 2.4
Related
- wiki/concepts/quality-grades -- grade-based discount ranges
- wiki/concepts/geographic-visibility-system -- regional price adjustments
- wiki/concepts/matching-algorithm -- price_within_budget check
- wiki/concepts/excel-ingestion-pipeline -- price validation during ingestion