From 67111aa65481e814e4af4641e58d9df93e2d4f2f Mon Sep 17 00:00:00 2001 From: Derek Melchin <38889814+DerekMelchin@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:58:02 -0600 Subject: [PATCH] Update 00.json --- .../03 Securities/99 Asset Classes/03 Equity Options/00.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/03 Writing Algorithms/03 Securities/99 Asset Classes/03 Equity Options/00.json b/03 Writing Algorithms/03 Securities/99 Asset Classes/03 Equity Options/00.json index edbc8ff4e8..a8442e37ef 100644 --- a/03 Writing Algorithms/03 Securities/99 Asset Classes/03 Equity Options/00.json +++ b/03 Writing Algorithms/03 Securities/99 Asset Classes/03 Equity Options/00.json @@ -5,7 +5,9 @@ "content" : "
Equity Options are a financial derivative that gives the holder the right (but not the obligation) to buy or sell the underlying Equity, such as Apple, at the stated exercise price.
", "alsoLinks" : [ { "text" : "BasicTemplateOptionsAlgorithm.py" , "href" : "https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/BasicTemplateOptionsAlgorithm.py" }, - { "text" : "BasicTemplateOptionsAlgorithm.cs" , "href" : "https://github.com/QuantConnect/Lean/blob/master/Algorithm.CSharp/BasicTemplateOptionsAlgorithm.cs" } + { "text" : "BasicTemplateOptionsAlgorithm.cs" , "href" : "https://github.com/QuantConnect/Lean/blob/master/Algorithm.CSharp/BasicTemplateOptionsAlgorithm.cs" }, + { "text" : "Introduction to Options" , "href" : "/learning/articles/introduction-to-options" }, + { "text" : "Applied Options" , "href" : "/learning/articles/applied-options/" } ], "featureShortDescription": { "01" : "",