Skip to content

Commit d71ee16

Browse files
[SC 8504] Missing definition of the parameters in the capital markets model notebook (#315)
* Missing definition of the parameters in the capital markets model notebook * 2.7.9
1 parent da7bdcb commit d71ee16

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

notebooks/code_samples/capital_markets/quickstart_option_pricing_models.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,9 @@
443443
"metadata": {},
444444
"outputs": [],
445445
"source": [
446+
"N = 10000\n",
447+
"M = 100\n",
448+
"\n",
446449
"# Parameters for synthetic data\n",
447450
"S0 = 100\n",
448451
"K = 100\n",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "ValidMind Library"
1010
license = "Commercial License"
1111
name = "validmind"
1212
readme = "README.pypi.md"
13-
version = "2.7.8"
13+
version = "2.7.9"
1414

1515
[tool.poetry.dependencies]
1616
aiohttp = {extras = ["speedups"], version = "*"}

validmind/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.8"
1+
__version__ = "2.7.9"

0 commit comments

Comments
 (0)