@sdelsad/commodity-desk-daily 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Commodity Desk Daily
2
+ Daily 10-minute podcast on physical commodity trading (grains, oilseeds, softs, freight, basis).
3
+ Podcast RSS feed: https://cdn.jsdelivr.net/npm/@sdelsad/commodity-desk-daily@latest/feed.xml
package/cover.jpg ADDED
Binary file
package/ep01.md ADDED
@@ -0,0 +1,37 @@
1
+ # Commodity Desk Daily — Ep. 1 (Mon, Aug 10, 2026)
2
+ ## What a Commodity Merchant Actually Does
3
+
4
+ ### Key takeaways
5
+ - A merchant is paid for **transformation — space, time, form** — not for predicting prices.
6
+ - **Physical vs paper**: real cargoes vs futures/options. Paper is the hedge, not the bet.
7
+ - Flat price risk is hedged away within minutes; what remains is **basis** — the true subject of physical trading.
8
+ - Thin margins × huge volumes: ~$11/ton on a 65,000 t Panamax ≈ $700k gross margin, direction-neutral.
9
+ - **ABCD** = ADM, Bunge, Cargill, (Louis) Dreyfus. Also: COFCO, Olam, Viterra, Glencore Ag.
10
+ - LDC: founded 1851, nine business lines — Grains & Oilseeds, Coffee, Cotton, Sugar, Rice, Juice, Freight, Food & Feed Solutions, Global Markets (FX + trade finance).
11
+ - Asset-light vs asset-heavy: each asset unlocks a dimension (storage→time, terminal→space, crush plant→form).
12
+
13
+ ### Vocabulary of the day
14
+ | Term | Meaning |
15
+ |---|---|
16
+ | Flat price | Outright price on the screen |
17
+ | Basis | Physical price expressed vs futures ("+80", "−20") |
18
+ | Book | Sum of all positions, physical + paper |
19
+ | Origination | The buying side (farmers, elevators) |
20
+ | Execution | Moving the cargo: vessels, docs, inspections |
21
+ | The screen | The futures market |
22
+ | Laycan | Agreed window for vessel loading |
23
+
24
+ ### Market pulse (going into Aug 10)
25
+ Corn ~$4.64 (Dec), soybeans ~$11.79 (Nov), SRW wheat ~$6.35 (Sep). Grains heavy on good US Midwest weather; beans eyeing a 2nd weekly loss; wheat supported by Black Sea disruptions but capped by weak US exports. Watch: Chinese soybean flash sales, and **WASDE Wednesday Aug 12**.
26
+
27
+ ---
28
+
29
+ ## Quiz — Day 1 (J-0 only; from tomorrow you'll also get J-1 and J-3 questions)
30
+
31
+ **Q1.** An LDC trader buys 60,000 t of Brazilian soybeans FOB Santos at "futures minus 20" and immediately sells the equivalent CBOT futures. A junior says: "Great, the position is now riskless." Name **three risks that remain** and, for each, one way the desk manages it.
32
+
33
+ **Q2.** LDC is offered an export terminal in a chronically congested port. Using the **space / time / form** framework: which dimension(s) does this asset unlock, and why might owning it be *most* valuable precisely in years when pure trading margins are thin?
34
+
35
+ **Q3.** Every analyst on the street agrees wheat will rally 20% over the next six months. Explain why a merchant like LDC would **not** necessarily earn more than usual from that rally — and name one type of market participant who would. Then: is there any way the *physical* desk could still profit from the situation without taking flat-price risk?
36
+
37
+ *Réponds directement dans cette conversation — je corrige avec feedback détaillé.*
package/ep01.mp3 ADDED
Binary file
package/feed.xml ADDED
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom">
3
+ <channel>
4
+ <title>Commodity Desk Daily</title>
5
+ <link>https://www.npmjs.com/package/@sdelsad/commodity-desk-daily</link>
6
+ <description>A daily 10-minute briefing on physical commodity trading — grains, oilseeds, softs, freight, basis, and the craft of the merchant. Built for the trading floor. New episode every weekday.</description>
7
+ <language>en-us</language>
8
+ <itunes:author>Commodity Desk Daily</itunes:author>
9
+ <itunes:explicit>false</itunes:explicit>
10
+ <itunes:category text="Business"/>
11
+ <itunes:image href="https://cdn.jsdelivr.net/npm/@sdelsad/commodity-desk-daily@1.0.1/cover.jpg"/>
12
+ <image>
13
+ <url>https://cdn.jsdelivr.net/npm/@sdelsad/commodity-desk-daily@1.0.1/cover.jpg</url>
14
+ <title>Commodity Desk Daily</title>
15
+ <link>https://www.npmjs.com/package/@sdelsad/commodity-desk-daily</link>
16
+ </image>
17
+ <item>
18
+ <title>Ep 1 — What a Commodity Merchant Actually Does</title>
19
+ <description>Space, time, form: how merchants really make money. Physical vs paper, the ABCD landscape, asset-light vs asset-heavy, and a stylized Panamax trade worth $700k of direction-neutral margin. Plus the market pulse going into WASDE week.</description>
20
+ <enclosure url="https://cdn.jsdelivr.net/npm/@sdelsad/commodity-desk-daily@1.0.1/ep01.mp3" length="6200685" type="audio/mpeg"/>
21
+ <guid>https://cdn.jsdelivr.net/npm/@sdelsad/commodity-desk-daily@1.0.1/ep01.mp3</guid>
22
+ <pubDate>Mon, 10 Aug 2026 05:00:00 GMT</pubDate>
23
+ <itunes:duration>516</itunes:duration>
24
+ </item>
25
+ </channel>
26
+ </rss>
package/package.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "@sdelsad/commodity-desk-daily",
3
+ "version": "1.0.1",
4
+ "description": "Commodity Desk Daily - daily 10-minute podcast on physical commodity trading. Episode 1: What a Commodity Merchant Actually Does.",
5
+ "license": "CC-BY-4.0",
6
+ "keywords": ["podcast", "commodities", "education"]
7
+ }