🔮Madjik docs

Harvestable Loss Estimate (M10053)

Harvestable Loss Estimate — personal proprietary metric served by the Madjik API.

Metric IDM10053
Categorypersonal
Accesspersonal — computed per customer from their submitted portfolio; values are visible only to the submitting API key
Classificationproprietary
Tierenterprise
ComputationClassical (SQL/Python)
Methodsprogr
Computed byBlack Belt Labs
Freshnessdormant
Dormant. This metric is temporarily dormant: it is armed and waiting for its 14-day data baseline to mature (expected around 2026-09-23). Until then it returns no values and appears in the catalog only with include_stale=true. This is deliberate — per our data doctrine, absent data is absent, never fabricated.
Proprietary metric. The methodology is a Black Belt Labs trade secret and is not published anywhere, including here. What you see on this page is everything the public API discloses; the values themselves are available through the API at your plan's tier.

Access this metric

This is a personal metric: there is no market-wide value. Submit your portfolio, then read your own values — see the Personal Metrics guide.

# submit or update your portfolio (positions replace the previous snapshot)
curl -X POST -H "X-API-Key: YOUR_API_KEY" -H "Content-Type: application/json" \
  -d '{"positions": [{"symbol": "BTC", "qty": 0.5}, {"symbol": "USDT", "qty": 20000}]}' \
  "https://api.madjik.io/v1/portfolio"

# your personal metric values (computed hourly)
curl -H "X-API-Key: YOUR_API_KEY" "https://api.madjik.io/v1/metrics/personal"

Response shapes: Response format · provenance labels: Data provenance · public methodology row: api.madjik.io/methodology

Get API access