@sdelsad/commodity-desk-daily 1.0.17 → 1.13.2

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/conversions.md ADDED
@@ -0,0 +1,156 @@
1
+ # Conversion drills — one per episode, email only
2
+
3
+ A daily unit drill that appears **in the email only, never in the audio**. The
4
+ point is muscle memory: a trader converts in their head, mid-sentence, without
5
+ reaching for a calculator.
6
+
7
+ Pick the drill by episode number: **drill index = ((N − 1) mod 12) + 1**. After
8
+ episode 12 the cycle restarts at drill 1, and so on — repetition is the
9
+ mechanism, not a bug.
10
+
11
+ Each day, reproduce the drill's **rule**, its **fast method**, and its
12
+ **worked examples**, then invent **one fresh exercise** with different numbers
13
+ from any previous run (vary the figures every cycle so it is never the same
14
+ question twice). Put the exercise in the quiz area and its answer with the
15
+ solutions.
16
+
17
+ ---
18
+
19
+ ## Drill 1 — Kilograms ↔ pounds
20
+
21
+ **Rule:** 1 kg ≈ 2.2 lb · 1 lb ≈ 0.45 kg
22
+
23
+ **Fast method:** kg → lb: double it, then add 10%. lb → kg: halve it, then take off 10%.
24
+
25
+ - 70 kg → 140 + 14 = **154 lb** (exact 154.3)
26
+ - 100 kg → 200 + 20 = **220 lb** (exact 220.5)
27
+ - 200 lb → 100 − 10 = **90 kg** (exact 90.7)
28
+ - 150 lb → 75 − 7.5 = **67.5 kg** (exact 68.0)
29
+
30
+ ## Drill 2 — Bushels ↔ tonnes, corn
31
+
32
+ **Rule:** 1 tonne of corn ≈ 39.4 bushels (a bushel of corn is 56 lb)
33
+
34
+ **Fast method:** tonnes → bushels: ×40, then shave 1.5%. Bushels → tonnes: ÷40, then add 1.5%.
35
+
36
+ - 10,000 t → 400,000 − 6,000 = **394,000 bu**
37
+ - 60,000 t Panamax → 2,400,000 − 36,000 ≈ **2.36 million bu**
38
+ - 250,000 bu → 6,250 + 94 ≈ **6,344 t**
39
+
40
+ ## Drill 3 — Bushels ↔ tonnes, wheat and soybeans
41
+
42
+ **Rule:** 1 tonne ≈ 36.7 bushels (a bushel of wheat or soybeans is 60 lb)
43
+
44
+ **Fast method:** tonnes → bushels: ×37 is close enough, and ×37 = ×40 minus ×3. Bushels → tonnes: ÷37, i.e. ÷40 then add 8%.
45
+
46
+ - 60,000 t → 2,400,000 − 180,000 = **2.22 million bu**
47
+ - 25,000 t → 1,000,000 − 75,000 = **925,000 bu** (exact 918,000)
48
+ - 500,000 bu → 12,500 + 1,000 ≈ **13,600 t** (exact 13,608)
49
+
50
+ **Why it matters:** the corn factor and the wheat/soybean factor differ by 7%. Using the wrong one on a cargo is a six-figure error.
51
+
52
+ ## Drill 4 — Cents per bushel ↔ dollars per tonne
53
+
54
+ **Rule:** ¢/bu × 0.394 = $/t for corn · ¢/bu × 0.367 = $/t for wheat and soybeans
55
+
56
+ **Fast method:** corn: ×0.4, then shave 1.5%. Wheat/soybeans: ×0.37, i.e. take a third and add a tenth of it.
57
+
58
+ - Corn at 465¢ → 186 − 3 ≈ **$183/t**
59
+ - Soybeans at 1,182¢ → 394 + 39 ≈ **$434/t** (exact 434.0)
60
+ - Wheat at 651¢ → 217 + 22 ≈ **$239/t** (exact 239.1)
61
+
62
+ **Why it matters:** Chicago quotes cents per bushel, the rest of the world quotes dollars per tonne. Every export conversation crosses this line.
63
+
64
+ ## Drill 5 — Metric tonne ↔ short ton
65
+
66
+ **Rule:** 1 metric tonne = 1.102 short tons · 1 short ton = 0.907 t
67
+
68
+ **Fast method:** $/short ton → $/tonne: add 10%. $/tonne → $/short ton: take off 9-10%.
69
+
70
+ - Soybean meal $318/short ton → 318 + 32 = **$350/t** (exact 350.5)
71
+ - $400/short ton → **$441/t**
72
+ - $500/t → 500 − 45 = **$455/short ton** (exact 453.6)
73
+
74
+ **Why it matters:** Chicago soybean meal trades in short tons while the physical trade quotes metric. Forgetting is a 10% error.
75
+
76
+ ## Drill 6 — Celsius ↔ Fahrenheit
77
+
78
+ **Rule:** °F = °C × 1.8 + 32
79
+
80
+ **Fast method:** C → F: double it and add 30 (rough, and about 2° high in the mid range). F → C: subtract 30 and halve.
81
+
82
+ - 30°C → 60 + 30 = **90°F** (exact 86)
83
+ - 35°C → 70 + 30 = **100°F** (exact 95)
84
+ - 95°F → 65 ÷ 2 ≈ **32°C** (exact 35)
85
+
86
+ **Why it matters:** US crop weather is reported in Fahrenheit; the rest of the world thinks in Celsius. Pollination stress in corn starts around 32-35°C — know what that is on a US forecast.
87
+
88
+ ## Drill 7 — Millimetres ↔ inches of rain
89
+
90
+ **Rule:** 1 inch = 25.4 mm
91
+
92
+ **Fast method:** inches → mm: ×25 (×100 then ÷4). mm → inches: ÷25 (÷100 then ×4).
93
+
94
+ - "1 to 3 inches across the Midwest" → **25 to 75 mm**
95
+ - 0.5 inch → **13 mm**
96
+ - 40 mm → **1.6 inches**
97
+
98
+ **Why it matters:** rainfall forecasts drive grain prices, and the two systems appear in the same conversation constantly.
99
+
100
+ ## Drill 8 — Hectares ↔ acres
101
+
102
+ **Rule:** 1 hectare = 2.47 acres · 1 acre = 0.405 ha
103
+
104
+ **Fast method:** ha → acres: ×2.5, then shave 1%. Acres → ha: ×0.4, then add 1%.
105
+
106
+ - 1 million ha → 2.5 m − 25,000 = **2.47 m acres**
107
+ - 90 million acres of US corn → 36 m + 0.4 m ≈ **36.4 m ha**
108
+ - 500 ha → **1,235 acres**
109
+
110
+ ## Drill 9 — Bushels per acre ↔ tonnes per hectare
111
+
112
+ **Rule:** corn: 1 bu/ac ≈ 0.0628 t/ha · wheat and soybeans: 1 bu/ac ≈ 0.0673 t/ha
113
+
114
+ **Fast method:** corn: divide by 16. Wheat/soybeans: divide by 15.
115
+
116
+ - US corn at 182 bu/ac → 182 ÷ 16 ≈ **11.4 t/ha**
117
+ - US soybeans at 53 bu/ac → 53 ÷ 15 ≈ **3.5 t/ha**
118
+ - French wheat at 7.5 t/ha → 7.5 × 15 ≈ **112 bu/ac**
119
+
120
+ **Why it matters:** US yields are quoted in bushels per acre, European and South American in tonnes per hectare. Comparing crops requires crossing.
121
+
122
+ ## Drill 10 — Dollars ↔ euros per tonne
123
+
124
+ **Rule:** divide by the EUR/USD rate to go from $/t to €/t
125
+
126
+ **Fast method:** at 1.10, $ → €: take off 9% (÷1.1 ≈ ×0.91). € → $: add 10%. At 1.05, it is 5% each way; at 1.20, take off 17% / add 20%.
127
+
128
+ - $239/t wheat at 1.10 → 239 − 21 = **€218/t**
129
+ - €205/t Matif at 1.10 → 205 + 20 = **$225/t**
130
+ - $350/t at 1.05 → **€333/t**
131
+
132
+ **Why it matters:** Matif quotes euros per tonne, Chicago dollars per bushel. Any Matif–CBOT arb crosses both a unit and a currency.
133
+
134
+ ## Drill 11 — Hundredweight (cwt) ↔ tonnes
135
+
136
+ **Rule:** 1 cwt = 100 lb = 45.36 kg · 1 tonne = 22.05 cwt
137
+
138
+ **Fast method:** $/cwt → $/t: ×22. $/t → $/cwt: ÷22, i.e. halve it three times and add a touch (÷22 ≈ ÷20 minus 9%).
139
+
140
+ - Rice at $14/cwt → **$309/t**
141
+ - Rice at $16.50/cwt → **$364/t**
142
+ - $400/t → 400 ÷ 20 = 20, − 9% ≈ **$18.2/cwt**
143
+
144
+ **Why it matters:** US rice and cotton quote per hundredweight or per pound while the export trade quotes per tonne.
145
+
146
+ ## Drill 12 — Dollars per tonne → whole-cargo money
147
+
148
+ **Rule:** a Panamax is roughly 60,000 t; a Supramax roughly 55,000 t; a Handysize roughly 30,000 t
149
+
150
+ **Fast method:** $/t → cargo: ×6, then move the decimal four places (×60,000). For a $ per bushel figure, convert to $/t first.
151
+
152
+ - $11/t margin on a Panamax → 66 → **$660,000**
153
+ - $2/t of demurrage exposure → **$120,000**
154
+ - 30¢/bu on soybeans → $11/t → **$660,000** on 60,000 t
155
+
156
+ **Why it matters:** the instinct that turns a small per-tonne number into the size of the cheque is what makes a desk argue over a quarter of a cent.
package/curriculum.md ADDED
@@ -0,0 +1,294 @@
1
+ # Soft Commodity Trading — curriculum (30 episodes, 6 weeks)
2
+
3
+ One brief per episode. Each brief is **dense on purpose**: the listener is a
4
+ strong quantitative graduate who has done derivatives. A concept they can grasp
5
+ in three minutes gets three minutes — then you go somewhere they could not have
6
+ gone alone: the second-order effects, the edge cases, what actually breaks on a
7
+ desk.
8
+
9
+ Every episode carries **either two substantive concepts, or one concept taken to
10
+ real depth** (mechanics, failure modes, worked numbers). Never one concept
11
+ stretched to fill ten minutes.
12
+
13
+ Read `covered.md` before writing: it lists what has aired, including which market
14
+ pulse topics were used, so you build instead of repeat.
15
+
16
+ Episode 1 = Monday 10 August 2026, one per weekday.
17
+
18
+ ---
19
+
20
+ ## Week 1 — The toolkit
21
+
22
+ **1. The units and the language of the desk.** The primer. Everything a
23
+ newcomer needs to stop being lost, delivered as the vocabulary of a working
24
+ floor rather than a lecture. Units and how things are quoted: the bushel (a
25
+ volume measure — 60 lb soybeans and wheat, 56 lb corn, hence different tonne
26
+ conversions), cents per bushel, the 5,000-bushel Chicago contract, dollars per
27
+ tonne in the rest of the world, metric vs short tons, cwt for rice and cotton,
28
+ points and ticks, and what a "lot" means when someone says they bought fifty.
29
+ Then the grammar of a quote: flat price vs a differential, why physical trades
30
+ as "plus eighty" or "minus twenty" against a named futures month, month codes
31
+ and how a month is named out loud, prompt vs deferred. Then the verbs: bid,
32
+ offer, work, done, lifted, hit, washed out. *Use several dialogues here* — this
33
+ is the episode where hearing it matters most. *Depth:* why the market quotes
34
+ differentials at all instead of prices, and what that convention reveals about
35
+ where the risk sits. Set expectations: some of this will feel foreign for a week,
36
+ and that is the point — the glossary in the notes carries everything.
37
+
38
+ **2. What a merchant does, and why basis is the whole game.** Two concepts, one
39
+ argument. First: merchants are paid for transformation — space, time, form — not
40
+ for prediction; physical vs paper, where paper is the hedge and never the bet;
41
+ asset-light vs asset-heavy and what each asset unlocks; the ABCD-plus landscape
42
+ in one pass. Second, immediately: because flat price is hedged away within
43
+ minutes, what remains is the basis — long or short the basis, and basis as the
44
+ price of logistics, quality and urgency. *Worked example:* one Santos→Qingdao
45
+ Panamax carried through both halves — the direction-neutral margin, then the
46
+ same cargo when the board moves a dollar (nets to zero) and the differential
47
+ moves ten cents (that is the entire P&L). *Dialogue:* the same cargo quoted by
48
+ two traders. *Depth:* the three risks that survive a "perfect" hedge, named and
49
+ priced.
50
+
51
+ **3. Futures plumbing and the shape of the curve.** Two halves. First: how a
52
+ hedge is actually placed — lot sizes, tick values, contract months and which
53
+ ones are liquid, the tickers shouted on a desk (ZW, ZC, ZS, ZM, ZL, KC, SB, CT),
54
+ rolling, and margin calls as a *cash-flow* event that can kill a solvent trade.
55
+ Second: the curve as information — cost of carry, full carry vs actual spread,
56
+ contango/backwardation, and inverses as the market screaming for immediate
57
+ supply. *Worked example:* a store-or-sell decision computed against full carry,
58
+ then the same position when the curve inverts. *Depth:* why a hedger with a
59
+ correct view can still be forced out by variation margin.
60
+
61
+ **4. The physical chain, end to end.** Incoterms as a risk-allocation language
62
+ (FOB / CFR / CIF): where title passes, where risk passes, who charters, who
63
+ insures. Then the execution reality: laycan, nomination, load and discharge,
64
+ laytime, demurrage and despatch, draft surveys, quality certificates and the
65
+ documentary chain. *Worked example:* one FOB cargo from fixture to bill of
66
+ lading, with a three-day delay priced in dollars. *Depth:* how a "small"
67
+ execution failure becomes a contractual liability, and why execution desks are
68
+ a profit centre, not admin.
69
+
70
+ **5. Wheat: the map and the screens.** Classes and protein specs (SRW, HRW, HRS,
71
+ durum, Black Sea milling) and why two wheats at the same flat price are not the
72
+ same wheat. Russia's export dominance and how it redrew the map; the big
73
+ importers and the politics of bread. Then the paper side: CBOT vs KC vs Matif —
74
+ three exchanges pricing three different wheats — protein spreads, inter-exchange
75
+ spreads, and the Black Sea cash market that trades on assessments with no
76
+ futures at all. *Worked example:* a Matif–CBOT arb computed with FX and freight,
77
+ both directions. *Depth:* hedging a Black Sea cargo with a contract that is not
78
+ your wheat — cross-hedge risk made concrete.
79
+
80
+ ## Week 2 — Grains, oilseeds, and the numbers behind them
81
+
82
+ **6. Corn, crop calendars and weather risk.** The US belt; feed vs ethanol
83
+ demand and why corn is a demand story; Brazil's safrinha; Ukraine's swing role.
84
+ Then the clock: northern and southern hemisphere cycles back to back, the
85
+ critical windows (pollination, pod-set, flowering), and why a dry week in July
86
+ outweighs a dry month in October. *Worked example:* corn-wheat substitution in a
87
+ feed ration, priced. *Depth:* the anatomy of a weather premium — how it builds,
88
+ how it decays, and why being right on the weather and wrong on the timing loses
89
+ money.
90
+
91
+ **7. WASDE and building a balance sheet.** The report that stops every grain
92
+ desk, and the object it updates. Supply and demand line by line: production,
93
+ imports, feed use, exports, ending stocks, and the *residual* where analysts
94
+ earn their keep. Stocks-to-use as the tension gauge. Trading the surprise, not
95
+ the number. *Worked example:* build a small balance sheet live, flex the yield
96
+ by two bushels, and follow it through to stocks-to-use and price. *Depth:* why
97
+ two competent analysts disagree on the same crop, and what that disagreement is
98
+ worth.
99
+
100
+ **8. The soybean complex and the crush.** One seed, three markets: beans, meal
101
+ (a protein market), oil (an energy-adjacent market). Who grows, crushes,
102
+ imports. Then the margin that runs the industry: board crush arithmetic with the
103
+ conversion factors, oil share, how a crusher hedges (buy beans, sell products),
104
+ and what plants do when the crush goes negative. *Worked example:* compute a
105
+ board crush in dollars per bushel and per tonne, step by step. *Depth:* crush
106
+ capacity as a physical constraint that caps the margin — and where the crusher's
107
+ real optionality sits.
108
+
109
+ **9. Vegetable oils and biofuels.** Palm as the volume king: BMD futures,
110
+ Indonesian and Malaysian export policy as a price driver. Substitution economics
111
+ across palm, soy, rape and sun oil — the complex trades as one system.
112
+ Rapeseed/canola/sunseed specifics (Matif colza, Black Sea sunoil, EU crush).
113
+ Then biofuels: how a mandate converts a political decision into a standing bid
114
+ for a crop; ethanol, biodiesel, renewable diesel/HVO. *Worked example:* trace a
115
+ mandate change through to implied demand and price. *Depth:* why agricultural
116
+ balance sheets now contain an energy term, and what breaks when crude moves.
117
+
118
+ **10. Freight: dry bulk and chartering.** Vessel classes (Handysize to
119
+ Capesize), draft as a hard constraint, the Baltic indices. Voyage charter vs
120
+ time charter, FFAs to hedge freight, bunkers. Freight as a *component of the
121
+ arb*, not an afterthought. *Worked example:* the same cargo on two vessel
122
+ classes, then an arb that dies when freight rallies twenty dollars before the
123
+ vessel is fixed. *Depth:* why merchants charter rather than own, and what the
124
+ freight position does to a book that looks flat.
125
+
126
+ ## Week 3 — Softs
127
+
128
+ **11. Storage, elevation and trade flows.** Silos, elevators, terminals;
129
+ elevation margin as a business of its own; blending to spec — turning two
130
+ off-spec lots into one sellable cargo. Then flows: origin vs destination
131
+ pricing, arb windows, replacement value, and how flows reroute when one leg
132
+ moves. *Worked example:* a blend that creates value from discount material, and
133
+ two origins competing for the same import tender. *Depth:* why owning the
134
+ bottleneck asset in a congested port is worth more than any trading view.
135
+
136
+ **12. Coffee: the market.** Arabica vs robusta — different plants, altitudes,
137
+ markets. Washed vs natural processing; the origin map (Brazil, Vietnam,
138
+ Colombia, Ethiopia, Honduras). KC and RC futures, certified stocks as the
139
+ market's visible inventory, deliverable origins and grading. *Worked example:* a
140
+ certified-stock drawdown and the front-month reaction. *Depth:* why the same
141
+ "coffee" trades at two very different prices, and what certification actually
142
+ guarantees.
143
+
144
+ **13. Coffee: differentials, PTBF and volatility.** Origin differentials as the
145
+ real price. Price-to-be-fixed contracts: the physical is agreed, the flat price
146
+ fixed later — who carries fixing risk and when it bites. The chain from farmgate
147
+ to roaster and where value sits at each hand-off. Then volatility: Brazilian
148
+ frost and drought, Vietnamese robusta cycles, funds in a market too thin to
149
+ absorb them. *Worked example:* a PTBF contract fixed at the wrong moment, cost
150
+ quantified. *Depth:* the anatomy of a frost rally and its retracement — why the
151
+ physical desk and the fund lose money in opposite ways.
152
+
153
+ **14. Sugar.** Raws vs whites (No. 11 and No. 5). Brazil's Center-South as the
154
+ swing supplier and the ethanol parity that lets mills choose between sugar and
155
+ fuel — the single most important switch in the market. The white premium and
156
+ refining economics; India's export policy as a recurring shock; tolling and
157
+ destination refineries. *Worked example:* the sugar–ethanol switch computed in
158
+ ATR terms, then a refiner's margin. *Depth:* sugar as a market with two demand
159
+ curves (food and fuel) and what that does to the price floor.
160
+
161
+ **15. Cotton, rice and juice.** Cotton: ICE CT, mill demand as the real driver,
162
+ and on-call sales — the mechanism that forces mills to buy into a rally. Rice: a
163
+ thin, policy-driven staple where futures matter less than government decisions.
164
+ Juice: FCOJ, Brazil vs Florida, citrus greening as a structural supply story.
165
+ *Worked example:* an on-call position that turns a rally into a squeeze; then an
166
+ export ban's price path in rice. *Depth:* what makes a market "thin", and how
167
+ position size must change when liquidity does.
168
+
169
+ ## Week 4 — The instruments and the craft
170
+
171
+ **16. Spreads: calendar, inter-commodity, inter-exchange.** The spread as the
172
+ market's own supply-and-demand thermometer — more honest than flat price. Old
173
+ crop vs new crop; rolling. Wheat-corn, meal-oil, Matif-CBOT. Full arb math with
174
+ FX and freight loaded in. *Worked example:* read three curves and say what each
175
+ is telling you; then compute one inter-exchange arb both directions. *Depth:*
176
+ why spreads are where physical desks express views, and how a spread position
177
+ can carry more risk than the outright it replaced.
178
+
179
+ **17. Options where hedgers actually use them.** Not pricing theory — usage.
180
+ Fences and collars around a physical position; protecting a tender bid; skew as
181
+ information about who is scared of what; volatility into report days and its
182
+ collapse afterwards. *Worked example:* collar a long physical position into
183
+ WASDE, with the P&L in three scenarios. *Depth:* why a hedger sells the wing
184
+ they think is "free", and what that costs when the market gaps.
185
+
186
+ **18. EFP, delivery and squeezes.** Exchange for physical: swapping a futures
187
+ position for a cash position off-exchange, and why the physical world trades
188
+ this way (EFP/EFS/AA). Then expiry: what actually happens at delivery, the
189
+ short's options — deliver, roll, or buy back — load-out constraints, and how
190
+ deliverable supply becomes the whole story. *Worked example:* an EFP that
191
+ transfers a hedge with the cargo; then the arithmetic of a squeeze. *Depth:*
192
+ famous corners and the structural conditions that make one possible.
193
+
194
+ **19. Basis deep dive and origination.** What actually moves basis: freight,
195
+ farmer selling, export demand, storage capacity, quality. Separating basis P&L
196
+ from flat-price P&L. Then the buying side: farmers, co-ops, elevators, posted
197
+ bids, deferred pricing, HTA contracts — and farmer selling psychology, why sales
198
+ cluster and what that does to basis. *Worked example:* decompose a finished
199
+ trade into flat, basis and spread; then a harvest basis collapse and recovery.
200
+ *Depth:* relationships as infrastructure — why the same cargo has a different
201
+ price depending on who is asking.
202
+
203
+ **20. Destination, tenders and storage economics.** How large importers buy:
204
+ tenders, terms, counterparties, import premiums, and pricing a bid backwards
205
+ from the destination. Then store-or-sell decided with numbers: cash-and-carry
206
+ with financing costs, Matif's volume storage regime and equivalents. *Worked
207
+ example:* price a tender bid backwards including freight, FX and financing; then
208
+ a full carry trade. *Depth:* the winner's curse in tenders — being cheapest is
209
+ not the same as being right.
210
+
211
+ ## Week 5 — Risk, money, and information
212
+
213
+ **21. The book and P&L attribution.** Position keeping in practice: physical
214
+ long, paper short, by month and by location; what a position sheet looks like
215
+ and how errors surface. Mark-to-market discipline. Then attribution: decompose a
216
+ finished trade into flat price, basis, spread, freight, FX and financing.
217
+ *Worked example:* read a small position sheet, find the unhedged month, then
218
+ attribute a completed trade line by line. *Depth:* why attribution is how desks
219
+ actually learn, and how a "good" P&L can hide a broken process.
220
+
221
+ **22. Risk management and why hedges are never perfect.** Position limits, VaR
222
+ and its limits, stress tests; who says no and why risk sits outside trading.
223
+ Then every reason a hedge leaks: basis, quantity, quality, timing, FX,
224
+ cross-hedge. *Worked example:* a "fully hedged" trade that loses money,
225
+ dissected line by line; then a stress scenario applied to a realistic book.
226
+ *Depth:* the difference between a risk you chose and a risk you inherited.
227
+
228
+ **23. Trade finance, contracts and counterparty risk.** Letters of credit,
229
+ borrowing base, working capital as the real constraint on a merchant's size —
230
+ and why financing capacity is an edge competitors cannot copy quickly. Then the
231
+ legal layer: GAFTA and FOSFA terms, defaults, washouts, string trades and
232
+ circles, arbitration. Counterparty and country risk: sanctions, export bans,
233
+ force majeure. *Worked example:* the cash-flow timeline of one cargo; then a
234
+ washout settlement computed. *Depth:* what happens when the person on the other
235
+ side simply does not perform.
236
+
237
+ **24. Data sources and positioning.** Export inspections, vessel lineups,
238
+ satellite imagery, crop tours, customs data — what is timely, what is noisy,
239
+ what is late, and how to weight them. Then the COT report: managed money vs
240
+ commercials, crowded trades, and positioning as a risk indicator rather than a
241
+ signal. *Worked example:* one week of data and what it implied; then a crowded
242
+ long unwinding. *Depth:* the information edge is mostly speed and
243
+ interpretation, not secrets.
244
+
245
+ **25. China, and reading market color.** Soybean imports, state reserves and
246
+ auctions, COFCO — how one buyer's decisions move world balance sheets, and what
247
+ destination crush margins tell you about the next purchase. Then the language of
248
+ the market: how bids and offers are phrased, "trades at, done", replacement
249
+ value, workable, indication — and what broker talk conveys beyond the number.
250
+ *Worked example:* a reserve auction's ripple; then decode a realistic broker
251
+ message line by line. *Depth:* what a desk hears in silence — when nobody is
252
+ offering, that *is* the information.
253
+
254
+ ## Week 6 — Macro, and putting it together
255
+
256
+ **26. The Black Sea and policy shocks.** Russian and Ukrainian export
257
+ machinery, corridors, export taxes and quotas, war-risk premium — why one region
258
+ reprices global wheat. Then policy as a market force in general: export bans,
259
+ tariffs, mandate changes, retaliation, with case studies. *Worked example:* a
260
+ corridor disruption priced through, day by day. *Depth:* how desks position for
261
+ a decision that is binary and unforecastable — and why the answer is usually
262
+ optionality, not a view.
263
+
264
+ **27. Weather, ENSO and FX.** El Niño / La Niña playbooks by commodity — who
265
+ wins, who loses, and how reliable the pattern actually is versus how confidently
266
+ it is quoted. Then FX for commodity traders: the Brazilian real and farmer
267
+ selling (the single most useful relationship in agriculture), the dollar and
268
+ import demand, hedging FX on a physical book. *Worked example:* one ENSO cycle
269
+ across three commodities; then a BRL move that unlocks farmer selling and
270
+ collapses the basis. *Depth:* correlations that hold until they matter, and how
271
+ to size for that.
272
+
273
+ **28. The energy link.** Agriculture as an energy derivative: crude → ethanol →
274
+ sugar; natural gas → fertiliser → planted acres and grain cost curves; bunkers →
275
+ freight → the arb. The cost curve as a soft price floor. *Worked example:* trace
276
+ a crude move all the way into a sugar price, then into next season's acreage.
277
+ *Depth:* why the ag desk that ignores energy is trading a lagged version of
278
+ someone else's market.
279
+
280
+ **29. Life of a trade, and the desk around it.** One cargo from origination to
281
+ discharge: every desk it touches, every risk it picks up and sheds, with dates
282
+ and dollars. Then the ecosystem: traders, execution, analysts, risk, operations,
283
+ finance, legal — who does what, and why the trader is the visible tip of a large
284
+ machine. *Worked example:* the full timeline of one trade; then one problem
285
+ cargo routed through five functions. *Depth:* where trades actually go wrong —
286
+ almost never on the price view.
287
+
288
+ **30. The houses, and the trader's checklist.** The arc from 1851 grain
289
+ merchants to today's ABCD-plus landscape: consolidation, COFCO's rise,
290
+ Bunge-Viterra, the shift toward processing and traceability — even-handed across
291
+ firms. Then the capstone: the questions a good desk asks about any opportunity,
292
+ in order, and where to go deeper (reports, data sources, habits worth keeping).
293
+ *Depth:* what separates a trader who survives a decade from one who has a great
294
+ year.
package/ep01.md ADDED
@@ -0,0 +1,144 @@
1
+ # Commodity Desk Daily — Episode 1: The Units and the Language of the Desk
2
+
3
+ *Monday, August 10, 2026 · ~10 min listen*
4
+
5
+ ## Key takeaways
6
+
7
+ - The **bushel is a volume measure, not a weight** — a basket of roughly 35 liters, inherited from the English grain trade. Weight per bushel differs by commodity: **60 lb for soybeans and wheat, 56 lb for corn**, so the tonne conversions differ too: **≈36.7 bu/t** for beans and wheat, **≈39.4 bu/t** for corn.
8
+ - Chicago quotes grain in **cents per bushel**; one futures contract — a **lot** — is **5,000 bushels** (≈136 t of wheat/beans, ≈127 t of corn). The rest of the world trades **dollars per metric tonne**: $6.40/bu wheat ≈ **$235/t**, which is what makes a $223/t Russian offer readable at a glance.
9
+ - Two ton traps: the **metric tonne (2,204.6 lb)** vs the US **short ton (2,000 lb)** — 10% apart. Rice quotes in **$/cwt** (hundredweight = 100 lb); coffee, sugar and cotton in **cents per pound**.
10
+ - The **tick** is the minimum move: ¼¢/bu in Chicago grains = **$12.50 per lot**. Softs count in **points** — 1/100 of a cent. A 10¢ move on 50 lots of corn = 40 ticks = **$25,000**.
11
+ - Physical grain almost never trades at a full price. It trades as a **differential** against a named futures month — "**plus 70 over Z**" — using one-letter **month codes** (H March, K May, N July, U September, X November, Z December). **Prompt** = nearby shipment; **deferred** = further out.
12
+ - The verbs are precise and binding: you are **bid** or you **offer** (commitments, not moods), you **work** a resting order, an offer gets **lifted**, a bid gets **hit**, offsetting contracts get **washed out** — and "**done**" creates a contract, voice first, paperwork later.
13
+ - Why differentials at all? Because a grain price is **two risks glued together**: the futures leg is world risk anyone can shed on the screen in one click; the plus is the local part — port, window, quality — that no screen will take off your hands. The grammar mirrors the risk, and it lets an offer stay **firm** for ten minutes while the board moves.
14
+
15
+ ## Vocabulary
16
+
17
+ | Term | Desk meaning |
18
+ |---|---|
19
+ | Bushel | Volume measure (~35 L): 60 lb of soybeans/wheat, 56 lb of corn |
20
+ | Lot | One futures contract — 5,000 bu in Chicago grains |
21
+ | Bushels per tonne | ≈36.7 for beans/wheat, ≈39.4 for corn |
22
+ | Metric tonne / short ton | 2,204.6 lb vs 2,000 lb — 10% apart |
23
+ | Cwt (hundredweight) | 100 lb; the quoting unit for US rice |
24
+ | Tick | Minimum price move: ¼¢/bu = $12.50 per lot in Chicago grains |
25
+ | Point | 1/100 of a cent per pound — how softs desks count moves |
26
+ | Month codes | H=Mar, K=May, N=Jul, U=Sep, X=Nov, Z=Dec — said out loud ("plus 70 Z") |
27
+ | Flat price | The full outright price level |
28
+ | Differential / basis | The premium or discount to a named futures month ("plus 80") |
29
+ | Prompt / deferred | Nearby shipment vs further down the curve |
30
+ | Bid / offer | Firm prices to buy / sell — commitments, not moods |
31
+ | "At" | Introduces the offer side: "462 bid, at 462½" |
32
+ | Work | Leave an order resting with a broker |
33
+ | Done | The word that makes a trade a binding contract |
34
+ | Lifted / hit | The buyer took the offer / the seller sold into the bid |
35
+ | Firm | A tradable quote that binds if accepted — often with a time limit |
36
+ | Washout | Cancelling offsetting physical contracts by settling the difference |
37
+ | Bag (coffee) | 60 kg — how the coffee trade counts volume |
38
+ | WASDE | USDA's monthly World Agricultural Supply and Demand Estimates |
39
+
40
+ ## Market pulse (Monday Aug 10)
41
+
42
+ Softs led. ICE **certified arabica stocks fell to 244,172 bags — a 2½-year low** — after slower Brazilian shipments following June rains; arabica jumped over 4% Friday and December held that range Monday. Robusta is the mirror image: certified stocks at a **4½-month high**. **October raw sugar printed new highs for the move** as Brazil's Center-South crushed sharply less cane in June and the new season runs behind last year. **December cotton rallied to its highest since mid-May** on a hot, dry US Cotton Belt and a softer dollar. Grains marked time ahead of **Wednesday's WASDE**; China booked 238,000 t of US soybeans and unknown buyers took 105,000 t of corn.
43
+
44
+ ---
45
+
46
+ ## QUIZ
47
+
48
+ *Episode 1 — today's block only (no earlier episodes to draw on).*
49
+
50
+ **Q1 — Done for fifty thousand tonnes.** December corn futures stand at $4.62½. An exporter offers Gulf corn at "plus 70 over Z" and a buyer says done for 50,000 metric tonnes. (a) Compute the full price per bushel and per metric tonne (corn ≈ 39.37 bu/t). (b) How many bushels did the buyer just commit to, and how many lots would hedge it one-to-one? (c) A colleague runs the same numbers using 36.7 bu/t "because that's the factor from the episode". What goes wrong, in bushels, lots and tonnes of exposure?
51
+
52
+ **Q2 — Read the tape.** Your broker's morning, October shipment: *9:02 — "I show plus 90 offered, best bid plus 82." 9:40 — "Buyer lifted the 90 for 25,000 tonnes. Done." 11:15 — futures have fallen 15¢; the same seller re-offers October at plus 90.* (a) At 9:40, who moved — buyer or seller — and what exactly did the word "done" create? (b) At 11:15, is the new plus-90 offer cheaper, dearer, or identical compared with the 9:40 trade? Answer twice: once in flat-price language, once in differential language. (c) Why can a differential offer sit "firm for ten minutes" while a flat-price offer can't?
53
+
54
+ **Q3 — The unit traps.** (a) A US seller quotes SRW wheat at "$228 per ton", meaning short tons. A buyer signs for 30,000 metric tonnes assuming metric. What price per metric tonne did the seller actually mean, and what is the total dollar gap on the contract? (b) Rough rice is quoted at $18.50/cwt. Convert to dollars per metric tonne. (c) Coffee "falls one-eighty on the day". How much is that in cents per pound, and what counting convention are you using?
55
+
56
+ ---
57
+
58
+  
59
+
60
+  
61
+
62
+  
63
+
64
+ ## ▼ SOLUTIONS (spoilers) ▼
65
+
66
+ **S1.** (a) Full price = 4.625 + 0.70 = **$5.325/bu**. Per tonne: 5.325 × 39.37 ≈ **$209.6/t**. (b) 50,000 t × 39.37 = **1,968,500 bu**; ÷ 5,000 = 393.7 → **≈394 lots**. (c) 36.7 bu/t is the **soybean/wheat** factor (60 lb bushels); corn bushels weigh 56 lb, so a tonne holds more of them. Using 36.7 gives 1,835,000 bu → 367 lots — an under-hedge of **~27 lots ≈ 133,500 bu ≈ 3,400 t** of corn left exposed to flat price. The trap: the bushel isn't one unit — it's one unit *per commodity*, which is exactly why the episode gave two conversion factors.
67
+
68
+ **S2.** (a) The **buyer** moved: "lifted" means the buyer took the standing offer. "Done" created a **binding contract** for 25,000 t at October futures + 90¢ — voice first, confirmations later. (b) In **flat-price** terms the new offer is **15¢ cheaper**: the board fell 15¢ and the offer is board + 90, so the all-in dollar price fell with it. In **differential** terms it is **identical**: plus 90 before, plus 90 now — in the language of the desk, the seller "hasn't moved". Both statements are true at once; which one matters depends on which risk you're carrying (Episode 2 takes exactly this up). (c) A differential offer only exposes the seller to movement in the *local* component — the board leg reprices itself continuously and both sides can hedge it in one click. A flat-price offer silently bets that futures won't move while it sits: in a falling market it's instantly stale (or adversely selected in a rally). The differential convention is what lets physical offers survive minutes, not seconds, next to a live screen.
69
+
70
+ **S3.** (a) A short ton is 2,000 lb = 0.90718 metric tonnes, so $228/short ton = 228 ÷ 0.90718 ≈ **$251.3/metric tonne**. Gap ≈ $23.3/t × 30,000 t ≈ **$700,000** on the contract — from one three-letter word ("ton") left unconfirmed. (b) $18.50/cwt × 22.046 cwt/t ≈ **$408/t**. (c) Softs count in **points**, 1/100 of a cent per pound: "one-eighty" = 180 points = **1.80¢/lb**. The habit to build: every quote comes with a unit convention attached, and the desk never says it out loud — you're expected to know.
71
+
72
+ ---
73
+
74
+ ## The episode, in writing
75
+
76
+ ### Eleven words, ten million dollars
77
+
78
+ "Plus seventy over Z. Fifty thousand tonnes. Firm for ten minutes." Somewhere this morning, a sentence like that bought roughly ten million dollars of corn — and to anyone new to the business, not one of its eleven words means anything. This opening episode is the decoder: the units, the grammar of a quote, and the small set of verbs that do the industry's business. By the end, that offer reads itself.
79
+
80
+ ### A basket, not a weight
81
+
82
+ Start with the strangest unit on the floor. The **bushel** is a *volume* measure — a basket of roughly 35 liters — inherited from the English grain trade, which measured grain by the basket long before anyone weighed it. America kept the bushel; the rest of the world moved to tonnes.
83
+
84
+ Because it's a volume, its weight depends on what's in it: **60 lb** for soybeans and wheat, **56 lb** for corn. That single fact drives the two conversion factors a grain trader uses all day:
85
+
86
+ | | lb/bu | bu per metric tonne | 5,000-bu lot |
87
+ |---|---|---|---|
88
+ | Soybeans, wheat | 60 | ≈36.7 | ≈136 t |
89
+ | Corn | 56 | ≈39.4 | ≈127 t |
90
+
91
+ Chicago quotes in **cents per bushel**, and one futures contract — one **lot** — is 5,000 bushels. So "we bought fifty lots of corn" means a quarter of a million bushels, about 6,300 tonnes: counted in lots, moved in tonnes, quoted in cents. Three languages for one pile of grain.
92
+
93
+ The conversion is worth practicing once: Chicago wheat at $6.40/bu × 36.7 ≈ **$235/t**. Suddenly a Russian export offer at $223/t means something to your eye. (Different wheat, different port — comparing them *properly* is a later episode — but the numbers now live on the same axis.)
94
+
95
+ Two remaining ton traps: the world's **metric tonne** is 2,204.6 lb, while US domestic markets often use the **short ton** of 2,000 lb — 10% apart, and a costly thing to leave ambiguous. Rice quotes in dollars per **hundredweight** (cwt = 100 lb); coffee, sugar and cotton in cents per pound.
96
+
97
+ Finally the **tick**, the minimum price move: a quarter-cent per bushel in Chicago grains, worth **$12.50 per lot**. Softs desks count in **points** — hundredths of a cent ("coffee up one-twenty" = 1.2¢/lb). Tick math turns squawk into money: a 10¢ move against fifty lots of corn is 40 ticks × $12.50 × 50 = **$25,000**.
98
+
99
+ ### How a futures order sounds
100
+
101
+ > **TRADER:** Where's Dec corn?
102
+ > **BROKER:** Four sixty-two bid, at four sixty-two and a half.
103
+ > **TRADER:** Buy me fifty at the half.
104
+ > **BROKER:** Done. Fifty lots at four sixty-two and a half.
105
+
106
+ Eight seconds of business. "Dec" is the December contract. "Bid" is where buyers are paying, and the small word "**at**" introduces the offer: $4.62 bid, offered at $4.62½. And "**done**" is not filler — done means the trade exists. On a desk, done is a contract; the paperwork comes later.
107
+
108
+ ### The grammar of a physical quote
109
+
110
+ Physical grain — real tonnes in a real port — speaks a second dialect. It almost never trades at a full price. It trades as a *distance from the futures board*: plus eighty, minus twenty, always against a named month. That distance is the **differential**, or the **basis**.
111
+
112
+ The months carry one-letter codes, said out loud: **H** March, **K** May, **N** July, **U** September, **Z** December — and **X** November, the soybean harvest month. Hence "Gulf corn plus seventy Z", "beans plus eighty X". Add two words of tense: **prompt** (shipment now or near it) and **deferred** (further down the curve). The same corn can be plus 70 prompt and plus 50 deferred — and that gap is information.
113
+
114
+ > **BUYER:** Gulf corn, first half September, where are you?
115
+ > **SELLER:** I can offer plus seventy-two over Z.
116
+ > **BUYER:** I'm a buyer at plus sixty-eight.
117
+ > **SELLER:** Can't get there. Plus seventy, fifty thousand tonnes, firm for ten minutes.
118
+ > **BUYER:** Done. Seventy over Z, first half September.
119
+
120
+ That seller's line is the sentence the episode opened with. Notice what never got said: a price. Both parties carry the board in their heads; the only number they argued about was the plus. And "firm for ten minutes" is an offer with a fuse — a **firm** offer is tradable, binding the moment someone says done, which is exactly why sellers put a clock on it.
121
+
122
+ ### The verbs
123
+
124
+ There are about seven, and they are precise. You are never "interested in buying" — you are **bid**. You never "consider selling" — you **offer**. Both are commitments, not moods. To **work** an order is to leave it resting with a broker. When a buyer takes an offer, it was **lifted**; when a seller sells into a bid, it was **hit** — direction is baked into the verb. And when two offsetting physical contracts between the same parties are cancelled against each other, settled for the money difference instead of shipping grain both ways, the trade was **washed out**.
125
+
126
+ > **BROKER:** Your plus eighty offer — I've got a buyer indicating seventy-five.
127
+ > **DESK:** Work seventy-eight. Firm.
128
+ > **BROKER:** He lifts it. Done at seventy-eight for twenty-five thousand tonnes.
129
+ > **DESK:** Confirmed. What's on the bid side?
130
+ > **BROKER:** Someone hit a seventy-two bid this morning. I'd call your market seventy-two, seventy-eight.
131
+
132
+ Two trades, and the desk knows where its market lives: 72 bid, 78 offered. Nobody published that number — it exists only in the traffic. That is why desks pay brokers, and why the language matters.
133
+
134
+ ### Why a plus, and never a price
135
+
136
+ The question underneath the whole episode: why does physical grain quote differentials at all? Because a grain price is really **two risks glued together — and only one of them is yours**. The futures leg is world risk: weather, funds, a WASDE print — public, violent, and sheddable on the screen in one click, so the conversation doesn't waste breath on it. The plus is the local part: this port, this shipment window, this quality — the part no screen will take off your hands, and therefore the part professionals negotiate.
137
+
138
+ The grammar mirrors the risk: the board carries the world; the plus carries your problem. It's also what lets a physical offer survive — plus 70 can stay firm for ten minutes while the board moves a nickel, where a flat-price offer would be stale in seconds. The convention is what makes trading real grain next to a live screen possible at all.
139
+
140
+ ### Market pulse recap
141
+
142
+ Softs led Monday: ICE certified arabica stocks at 244,172 bags (a 2½-year low) against robusta stocks at a 4½-month high — one market draining, the other refilling; October raw sugar at new highs for the move on Brazil's weak June crush; December cotton at its best since mid-May on a hot, dry Cotton Belt and a softer dollar. Grains waited on Wednesday's WASDE while China booked 238,000 t of beans and unknown buyers took 105,000 t of corn.
143
+
144
+ *Next — Episode 2: Flat price vs basis. The screen says one number; a cargo is worth another. What a desk actually does with the plus you just learned to hear.*
package/ep01.mp3 ADDED
Binary file