Version 1.0.0 — March 2026

PriceDepth Valuation Methodology

This document describes how PriceDepth calculates fair market value (FMV) for graded collectible cards and sealed products. It is intended for institutional customers, auditors, and lenders who require a defensible, documented valuation methodology.

Print / Save as PDF

Table of Contents

  1. Purpose and Scope
  2. Data Sources and Source Hierarchy
  3. Price Calculation
  4. Confidence Score
  5. Liquidity Tier
  6. Admin Override
  7. Staleness Policy
  8. Grade Normalization
  9. Methodology Version History
  10. Limitations and Known Gaps
  11. Contact and Methodology Questions
  12. Index Methodology

1. Purpose and Scope

PriceDepth produces FMV estimates for graded collectible cards (PSA, BGS, CGC, SGC graded) and sealed products (booster boxes, sealed sets). These estimates are used for:

This document covers the full valuation pipeline: data ingestion, source hierarchy, price calculation, confidence scoring, liquidity tiering, and the staleness policy. All concepts referenced in API responses are defined here.

2. Data Sources and Source Hierarchy

PriceDepth aggregates completed sales from multiple sources. Sources are weighted by data quality, verification level, and institutional recognition.

2.1 Source Tiers

Tier Source Class Rationale
Tier 1 — Auction Houses Major auction houses with in-person grading verification Highest-quality hammer prices, institutional reference standard. Used by lenders and appraisers.
Tier 2 — Marketplaces Completed-sale marketplace data High volume, broad coverage, publicly verifiable. Outlier risk from mislistings is filtered downstream.
Tier 3 — On-Chain Settled blockchain trades (Ethereum, Flow, and others) Verifiable on-chain transaction history. Thinner markets — may lag Tier 1/2 in price discovery.
Admin Override Internal expert comp Set manually for thin-market cards where automated comps are structurally inadequate. Marked is_override: true in all API responses.

The full per-source roster, weighting matrix, and ingestion cadence are shared under NDA with institutional customers. Contact [email protected].

2.2 Source Selection

All available sources are included in price calculation without per-source exclusion unless:

The sources array in every API response lists which sources contributed to that price calculation.

2.3 Outlier Treatment

Sales that fall outside the rolling distribution for a given card are excluded from the calculation window. Filters target shill bids, wash trades, and obvious mislabeled listings. Specific filter thresholds and detection logic are part of PriceDepth’s proprietary methodology and are not published; institutional customers can request a methodology brief under NDA.

3. Price Calculation

3.1 Primary Window (30-Day)

For each card, PriceDepth collects all verified completed sales within the prior 30 calendar days. The fair market value is calculated as the median sale price of all sales in that window, across all contributing sources.

Why median? The median is more robust to outliers than the mean. A single anomalous sale (shill bid, distressed seller, auction lot mismatch) does not materially shift the median in a set of 5+ sales. In thin markets (1–4 sales), the median equals the single sale price or the midpoint of two sales.

3.2 Fallback Windows

If fewer than 1 sale is found in the 30-day window, PriceDepth widens the search:

Step Window Condition
130 daysStandard; used when 1+ sales found
290 daysUsed if 0 sales in 30D
3All-timeUsed if 0 sales in 90D
4Admin overrideUsed if 0 sales all-time and an active override exists

The price_window field in API responses indicates which window was used. The data_staleness_days field reports the age of the oldest sale included in the calculation.

3.3 Fair Value Range (P25/P75)

In addition to the FMV midpoint (price_usd), PriceDepth returns a fair value range:

In thin-market windows the range collapses toward the midpoint (P25 = P75 = median when only a single sale is observed). The range should be interpreted as an indicative spread, not a precise bid/ask.

3.4 Population Adjustment

PriceDepth does not population-adjust the FMV price in v1.0.0. PSA 10 population data from PSA's published reports is included alongside pricing for market cap calculation and as context for lenders (higher-pop cards carry greater liquidity risk). Population-adjusted pricing curves are planned for v1.1.0.

4. Confidence Score

Every price response includes a 5-level confidence score reflecting underlying data quality. The score is a function of recent sale volume and source diversity within the calculation window.

Score Label Interpretation
5very_highDeep, multi-source recent volume — suitable for binding valuations
4highSolid recent volume across multiple sources
3mediumMultiple recent sales, narrower source diversity
2lowThin recent activity, or admin override in effect
1very_lowNo recent sales in primary window — fallback in use
0no_dataNo sales data available

The exact volume and source-diversity thresholds that map to each score are part of PriceDepth’s proprietary calibration and are reviewed each methodology version.

Confidence score is a data quality indicator, not a price accuracy guarantee. A confidence: 5 price reflects deeper, more diverse observations; a confidence: 1 or 2 price should be treated as an indicative estimate for thin markets.

Guidance for institutional use:

  • Confidence 4+: Suitable for portfolio mark-to-market and collateral valuation
  • Confidence 3: Use with qualitative judgment; consider the range (P25/P75)
  • Confidence 2 or below: Flag for manual review before use in binding valuations

5. Liquidity Tier

The liquidity field rates the ease of liquidation based on observed market activity.

Tier Label Interpretation
1highActive recent market — same-week exit feasible
2moderateRegular but lower-volume activity
3lowThin recent activity; longer time-to-exit expected
4very_lowSparse activity over the past quarter
5illiquidNo observed quarterly sales — fallback or override in use

Volume bands defining each tier are part of the proprietary calibration and may be re-tuned per methodology version.

Liquidity tier informs expected time-to-exit and bid-ask spread estimates. Cards at tier 4–5 may require extended marketing periods (30–180+ days) to achieve the quoted FMV. This is not reflected in the price itself but should inform lending LTV ratios and fund liquidity policies.

6. Admin Override

For cards where market data is absent or structurally inadequate, a PriceDepth analyst may set an admin override price. Overrides are:

Admin overrides carry a confidence score of 2 (low) regardless of the quality of the underlying comp. Lenders and funds should require analyst sign-off before accepting override-priced collateral in binding valuations.

7. Staleness Policy

data_staleness_days in API responses reports the number of days since the oldest sale used in the current calculation. This differs from price_window (which is a categorical label):

data_staleness_days Interpretation
0–30Fresh — price based on recent market activity
31–90Stale — 90-day fallback in use; treat range as wider
91–365Very stale — all-time fallback; FMV is an estimate only
> 365Potentially outdated — manual review recommended
nullAdmin override active; staleness not applicable

For daily NAV calculation and audit trail purposes, PriceDepth records a daily FMV snapshot in the daily_prices table at midnight UTC. Historical snapshots can be retrieved via GET /v1/cards/:id/price?date=YYYY-MM-DD.

8. Grade Normalization Planned v1.1.0

In v1.0.0, PriceDepth treats each grader-grade combination as distinct. A PSA 10 and a BGS 10 for the same card are not interchangeable in price calculation.

v1.1.0 will introduce cross-grader equivalency curves for thinly-traded grades:

Until grade normalization is live, all prices reflect the specific grader-grade combination of the queried card.

9. Methodology Version History

Version Date Key Changes
1.0.0 March 2026 Initial published methodology. Median FMV, P25/P75 range, 5-level confidence, 5-level liquidity, 30/90/all-time fallback windows, admin override, staleness disclosure.

Future versions will be documented here. The methodology_version field in all API responses corresponds to the version under which that price was calculated. Historical daily_prices snapshots include the methodology version used at calculation time for full audit reproducibility.

10. Limitations and Known Gaps

Limitation Status
Cross-grader equivalency curvesPlanned
Population-adjusted pricing curvesPlanned
Private-sale and show-floor dataIn development
Expanded auction-house coverageIn development
Time-decay weighting in the calculation windowPlanned
Pre-2025 historical depthBackfill ongoing

PriceDepth does not guarantee that prices reflect what any specific card would achieve in a negotiated sale. Market prices for graded collectibles can move rapidly in response to IP events, athlete news, and population report releases. All valuations should be treated as estimates for a fair market transaction between willing parties.

11. Contact and Methodology Questions

For questions about this methodology document, valuation disputes, or to request a custom coverage assessment:

12. Index Methodology

PriceDepth publishes two signed price indexes. Each index is computed nightly at 02:00 UTC, signed with an ECDSA key on the secp256k1 curve (same as Ethereum), and published via the REST API. Off-chain signed feeds — consumers pull the signed payload independently.

Current version: v1.0.0 — effective 2026-03-12. Any change to inclusion rules, weighting, or rebalance cadence increments the version. Historical rows retain the methodology_version in effect at the time of computation. No retroactive recomputation — history is immutable once signed.

12.1 Overview

Index Slug Purpose Consumer
PDI Pokemon pdi-pokemon Benchmark for the PSA-10 Pokemon market Investor dashboards, oracle consumers, fund NAV

12.2 Signature Verification

Every index snapshot returned by the API includes a cryptographic signature. This allows oracle consumers to verify that the payload was produced by PriceDepth and has not been tampered with.

Canonical JSON Shape

The signature covers a deterministic JSON string. The exact canonical form is:

For full code examples (Node.js + Python) see docs.html#indexes.

12.3 Methodology Versioning

12.4 Known Limitations (v1.0.0)