docs: excersizing -> exercising (#6559)
Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
* docs: `excersizing` -> `exercising` Signed-off-by: Ryan Russell <git@ryanrussell.org> * docs: fix `exercising for exercising` Signed-off-by: Ryan Russell <git@ryanrussell.org> * docs: `migth` -> `might` Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
from AlgorithmImports import *
|
||||
|
||||
### <summary>
|
||||
### Base regression algorithm excersizing for exercising different style options with option price models that migth
|
||||
### Base regression algorithm exercising different style options with option price models that might
|
||||
### or might not support them. Also, if the option style is supported, greeks are asserted to be accesible and have valid values.
|
||||
### </summary>
|
||||
class OptionPriceModelForOptionStylesBaseRegressionAlgorithm(QCAlgorithm):
|
||||
|
||||
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForOptionStylesBaseRegressionAlgorithm import OptionPriceModelForOptionStylesBaseRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered American style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered American style option, using an option price model
|
||||
### that supports American style options and asserting that the option price model is used.
|
||||
### </summary>
|
||||
class OptionPriceModelForSupportedAmericanOptionRegressionAlgorithm(OptionPriceModelForOptionStylesBaseRegressionAlgorithm):
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForSupportedAmericanOptionRegressionAlgorithm import OptionPriceModelForSupportedAmericanOptionRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered American style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered American style option, using an option price model
|
||||
### that supports American style options and asserting that the option price model is used.
|
||||
### </summary>
|
||||
class OptionPriceModelForSupportedAmericanOptionTimeSpanWarmupRegressionAlgorithm(OptionPriceModelForSupportedAmericanOptionRegressionAlgorithm):
|
||||
|
||||
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForOptionStylesBaseRegressionAlgorithm import OptionPriceModelForOptionStylesBaseRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered European style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered European style option, using an option price model
|
||||
### that supports European style options and asserting that the option price model is used.
|
||||
### </summary>
|
||||
class OptionPriceModelForSupportedEuropeanOptionRegressionAlgorithm(OptionPriceModelForOptionStylesBaseRegressionAlgorithm):
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForSupportedEuropeanOptionRegressionAlgorithm import OptionPriceModelForSupportedEuropeanOptionRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered European style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered European style option, using an option price model
|
||||
### that supports European style options and asserting that the option price model is used.
|
||||
### </summary>
|
||||
class OptionPriceModelForSupportedEuropeanOptionTimeSpanWarmupRegressionAlgorithm(OptionPriceModelForSupportedEuropeanOptionRegressionAlgorithm):
|
||||
|
||||
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForOptionStylesBaseRegressionAlgorithm import OptionPriceModelForOptionStylesBaseRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered American style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered American style option, using an option price model
|
||||
### that supports American style options and asserting that the option price model is used.
|
||||
### </summary>
|
||||
class OptionPriceModelForUnsupportedAmericanOptionRegressionAlgorithm(OptionPriceModelForOptionStylesBaseRegressionAlgorithm):
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForUnsupportedAmericanOptionRegressionAlgorithm import OptionPriceModelForUnsupportedAmericanOptionRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered American style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered American style option, using an option price model
|
||||
### that supports American style options and asserting that the option price model is used.
|
||||
### </summary>
|
||||
class OptionPriceModelForUnsupportedAmericanOptionTimeSpanWarmupRegressionAlgorithm(OptionPriceModelForUnsupportedAmericanOptionRegressionAlgorithm):
|
||||
|
||||
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForOptionStylesBaseRegressionAlgorithm import OptionPriceModelForOptionStylesBaseRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered European style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered European style option, using an option price model
|
||||
### that does not support European style options and asserting that the option price model is not used.
|
||||
### </summary>
|
||||
class OptionPriceModelForUnsupportedEuropeanOptionRegressionAlgorithm(OptionPriceModelForOptionStylesBaseRegressionAlgorithm):
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ from AlgorithmImports import *
|
||||
from OptionPriceModelForUnsupportedEuropeanOptionRegressionAlgorithm import OptionPriceModelForUnsupportedEuropeanOptionRegressionAlgorithm
|
||||
|
||||
### <summary>
|
||||
### Regression algorithm excersizing an equity covered European style option, using an option price model
|
||||
### Regression algorithm exercising an equity covered European style option, using an option price model
|
||||
### that does not support European style options and asserting that the option price model is not used.
|
||||
### </summary>
|
||||
class OptionPriceModelForUnsupportedEuropeanOptionTimeSpanWarmupRegressionAlgorithm(OptionPriceModelForUnsupportedEuropeanOptionRegressionAlgorithm):
|
||||
|
||||
Reference in New Issue
Block a user