home / goamines

Menu

Q1 — does stock go negative at intermediate storage?

From the precomputed location_balance: lowest the running stock ever reaches (opening 31-Mar-2024 + time-ordered trip in/out). Restricted to jetty / plant / stockyard / port (intermediate storage), because mines & out-of-Goa suppliers are unbounded sources (production / imports enter as a permit origin, not a trip) and would go "negative" as a data-boundary artifact. Royalty has no 2024 opening baseline, so its negatives are not conclusive.

Custom SQL query returning 5 rows (hide)

SELECT location, ore_stream, location_type,
       min_running_balance, min_balance_dt, has_2024_baseline
FROM location_balance
WHERE goes_negative = 1
  AND location_type IN ('jetty','plant','stockyard','port')
ORDER BY min_running_balance;

Edit SQL

This data as json, CSV

locationore_streamlocation_typemin_running_balancemin_balance_dthas_2024_baseline
Navelim Jetty eauction jetty -347741.72 2025-05-31 17:07:30 1
SESA SURLA JETTY royalty jetty -14537.88 2025-05-14 16:16:38 0
SESA AMONA JETTY royalty jetty -9576.28 2025-05-10 10:42:01 0
Trimurthy Jetty plot,Amona eauction jetty -7760.13 2025-03-08 19:28:37 1
TOLLEM PLANT eauction plant -568.0 2025-05-08 11:03:08 1
Powered by Datasette