@sdelsad/commodity-desk-daily 1.0.61 → 1.0.63
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/ep10.html +798 -0
- package/ep10.md +312 -0
- package/ep10_chart1.png +0 -0
- package/ep10_chart2.png +0 -0
- package/ep10_chart3.png +0 -0
- package/ep16.html +773 -0
- package/ep16.md +256 -0
- package/ep16.script.txt +111 -0
- package/ep16_chart1.png +0 -0
- package/ep16_chart2.png +0 -0
- package/ep16_chart3.png +0 -0
- package/ep19.html +801 -0
- package/ep19_chart1.png +0 -0
- package/ep19_chart2.png +0 -0
- package/ep19_chart3.png +0 -0
- package/feed.xml +9 -9
- package/package.json +1 -1
- package/release.json +70 -0
- package/ep19.mp3 +0 -0
package/ep19_chart1.png
ADDED
|
Binary file
|
package/ep19_chart2.png
ADDED
|
Binary file
|
package/ep19_chart3.png
ADDED
|
Binary file
|
package/feed.xml
CHANGED
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
<itunes:summary>Basis has four ingredients and not one of them is a view on price. Then the other half of a merchant's job: buying grain from the people who grow it, one risk at a time.
|
|
26
26
|
|
|
27
27
|
Read this episode: https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep19.html</itunes:summary>
|
|
28
|
-
<enclosure url="https://
|
|
29
|
-
<guid isPermaLink="false">https://
|
|
28
|
+
<enclosure url="https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep19v2.mp3" length="9277388" type="audio/mpeg"/>
|
|
29
|
+
<guid isPermaLink="false">https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep19v2.mp3</guid>
|
|
30
30
|
<pubDate>Fri, 11 Sep 2026 05:00:00 GMT</pubDate>
|
|
31
|
-
<itunes:duration>
|
|
31
|
+
<itunes:duration>773</itunes:duration>
|
|
32
32
|
</item>
|
|
33
33
|
<item>
|
|
34
34
|
<title>Ep 18 — EFP, Delivery and the Squeeze</title>
|
|
@@ -61,10 +61,10 @@ Read this episode: https://storage.googleapis.com/podcast-audio-2647223968/commo
|
|
|
61
61
|
<itunes:summary>Chicago pays 46 percent of full carry to wait while Paris charges you for the privilege - two wheat curves, the same grain, leaning opposite ways on the same Friday. Then the Matif-Chicago premium, why it is relative value rather than an arbitrage, and the three ways a spread ends up bigger than the outright it replaced.
|
|
62
62
|
|
|
63
63
|
Read this episode: https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep16.html</itunes:summary>
|
|
64
|
-
<enclosure url="https://
|
|
65
|
-
<guid isPermaLink="false">https://
|
|
64
|
+
<enclosure url="https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep16v2.mp3" length="11424428" type="audio/mpeg"/>
|
|
65
|
+
<guid isPermaLink="false">https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep16v2.mp3</guid>
|
|
66
66
|
<pubDate>Mon, 07 Sep 2026 05:00:00 GMT</pubDate>
|
|
67
|
-
<itunes:duration>
|
|
67
|
+
<itunes:duration>951</itunes:duration>
|
|
68
68
|
</item>
|
|
69
69
|
<item>
|
|
70
70
|
<title>Ep 15 — Cotton, Rice and Juice</title>
|
|
@@ -133,10 +133,10 @@ Read this episode: https://storage.googleapis.com/podcast-audio-2647223968/commo
|
|
|
133
133
|
<itunes:summary>Why the smaller ship can be the expensive one, and why freight is the leg of a hedged trade that stays open. Vessel classes, the Baltic indices, voyage versus time charter, and a Santos-Qingdao arb that dies when freight rallies twenty dollars.
|
|
134
134
|
|
|
135
135
|
Read this episode: https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep10.html</itunes:summary>
|
|
136
|
-
<enclosure url="https://
|
|
137
|
-
<guid isPermaLink="false">https://
|
|
136
|
+
<enclosure url="https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep10.mp3" length="11003372" type="audio/mpeg"/>
|
|
137
|
+
<guid isPermaLink="false">https://storage.googleapis.com/podcast-audio-2647223968/commodity-desk-daily/ep10.mp3</guid>
|
|
138
138
|
<pubDate>Fri, 21 Aug 2026 05:00:00 GMT</pubDate>
|
|
139
|
-
<itunes:duration>
|
|
139
|
+
<itunes:duration>916</itunes:duration>
|
|
140
140
|
</item>
|
|
141
141
|
<item>
|
|
142
142
|
<title>Ep 9 — Vegetable oils and biofuels (reworked)</title>
|
package/package.json
CHANGED
package/release.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"show": "commodity-desk-daily",
|
|
3
|
+
"files": [
|
|
4
|
+
{
|
|
5
|
+
"file": "feed.xml",
|
|
6
|
+
"path": "commodity-desk-daily/feed.xml",
|
|
7
|
+
"cache_seconds": 300
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"file": "ep19.html",
|
|
11
|
+
"path": "commodity-desk-daily/ep19.html",
|
|
12
|
+
"cache_seconds": 300
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"file": "ep19_chart1.png",
|
|
16
|
+
"path": "commodity-desk-daily/ep19_chart1.png",
|
|
17
|
+
"cache_seconds": 86400
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"file": "ep19_chart2.png",
|
|
21
|
+
"path": "commodity-desk-daily/ep19_chart2.png",
|
|
22
|
+
"cache_seconds": 86400
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"file": "ep19_chart3.png",
|
|
26
|
+
"path": "commodity-desk-daily/ep19_chart3.png",
|
|
27
|
+
"cache_seconds": 86400
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"file": "ep16.html",
|
|
31
|
+
"path": "commodity-desk-daily/ep16.html",
|
|
32
|
+
"cache_seconds": 300
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"file": "ep16_chart1.png",
|
|
36
|
+
"path": "commodity-desk-daily/ep16_chart1.png",
|
|
37
|
+
"cache_seconds": 86400
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"file": "ep16_chart2.png",
|
|
41
|
+
"path": "commodity-desk-daily/ep16_chart2.png",
|
|
42
|
+
"cache_seconds": 86400
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"file": "ep16_chart3.png",
|
|
46
|
+
"path": "commodity-desk-daily/ep16_chart3.png",
|
|
47
|
+
"cache_seconds": 86400
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"file": "ep10.html",
|
|
51
|
+
"path": "commodity-desk-daily/ep10.html",
|
|
52
|
+
"cache_seconds": 300
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"file": "ep10_chart1.png",
|
|
56
|
+
"path": "commodity-desk-daily/ep10_chart1.png",
|
|
57
|
+
"cache_seconds": 86400
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"file": "ep10_chart2.png",
|
|
61
|
+
"path": "commodity-desk-daily/ep10_chart2.png",
|
|
62
|
+
"cache_seconds": 86400
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"file": "ep10_chart3.png",
|
|
66
|
+
"path": "commodity-desk-daily/ep10_chart3.png",
|
|
67
|
+
"cache_seconds": 86400
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
package/ep19.mp3
DELETED
|
Binary file
|