Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 59dac5c

Browse files
split into featured, community, and qiskit tutorials
1 parent 8bb1ba1 commit 59dac5c

13 files changed

Lines changed: 128 additions & 67 deletions
File renamed without changes.

featured/finance/index.ipynb

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# _*Qiskit Finance: Overview*_ \n",
8+
"\n",
9+
"The latest version of this notebook is available on https://github.com/Qiskit/qiskit-tutorials.\n",
10+
"\n",
11+
"***\n",
12+
"### Contributors\n",
13+
"Stefan Woerner<sup>[1]</sup>, Daniel Egger<sup>[1]</sup>, Christa Zoufal<sup>[1]</sup>, Andrea Simonetto<sup>[1]</sup>, Jakub Marecek<sup>[1]</sup>, Martin Mevissen<sup>[1]</sup>, Shaohan Hu<sup>[1]</sup>, Stephen Wood<sup>[1]</sup>, Marco Pistoia<sup>[1]</sup>\n",
14+
"\n",
15+
"### Affliation\n",
16+
"- <sup>[1]</sup>IBMQ"
17+
]
18+
},
19+
{
20+
"cell_type": "markdown",
21+
"metadata": {},
22+
"source": [
23+
"In the following, we provide an overview of *Qiskit Finance Community* tutorials.<br>\n",
24+
"Please see the [Qiskit Finance Tutorials](../../qiskit/finance/index.ipynb) for an additional selection of notebooks.\n",
25+
"\n",
26+
"#### Optimization:\n",
27+
"- <a href=\"optimization/portfolio_diversification.ipynb\">Portfolio Diversification</a>\n",
28+
" \n",
29+
"#### Simulation:\n",
30+
"- <a href=\"simulation/option_pricing.ipynb\">Option Pricing</a>\n",
31+
"- <a href=\"simulation/fixed_income_pricing.ipynb\">Fixed Income Pricing</a>\n",
32+
"\n",
33+
"#### Data Providers:\n",
34+
"- <a href=\"data_providers/time_series.ipynb\">Stock Market Time Series</a>"
35+
]
36+
},
37+
{
38+
"cell_type": "code",
39+
"execution_count": null,
40+
"metadata": {},
41+
"outputs": [],
42+
"source": []
43+
}
44+
],
45+
"metadata": {
46+
"kernelspec": {
47+
"display_name": "qiskit_master",
48+
"language": "python",
49+
"name": "qiskit_master"
50+
},
51+
"language_info": {
52+
"codemirror_mode": {
53+
"name": "ipython",
54+
"version": 3
55+
},
56+
"file_extension": ".py",
57+
"mimetype": "text/x-python",
58+
"name": "python",
59+
"nbconvert_exporter": "python",
60+
"pygments_lexer": "ipython3",
61+
"version": "3.6.1"
62+
}
63+
},
64+
"nbformat": 4,
65+
"nbformat_minor": 2
66+
}

qiskit/finance/optimization/portfolio_diversification.ipynb renamed to featured/finance/optimization/portfolio_diversification.ipynb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"../../../images/qiskit-heading.gif\" width=\"500 px\" align=\"left\">"
8-
]
9-
},
10-
{
11-
"cell_type": "markdown",
12-
"metadata": {},
13-
"source": [
14-
"# _*Qiskit Finance: Portfolio diversification*_\n",
7+
"# _*Portfolio diversification*_\n",
158
"\n",
169
"The latest version of this notebook is available on https://github.com/qiskit/qiskit-tutorial.\n",
1710
"\n",

qiskit/finance/simulation/asian_barrier_spread_pricing.ipynb renamed to featured/finance/simulation/asian_barrier_spread_pricing.ipynb

File renamed without changes.

qiskit/finance/simulation/basket_option_pricing.ipynb renamed to featured/finance/simulation/basket_option_pricing.ipynb

File renamed without changes.
File renamed without changes.

qiskit/finance/simulation/european_call_option_pricing.ipynb renamed to featured/finance/simulation/european_call_option_pricing.ipynb

File renamed without changes.

qiskit/finance/simulation/european_put_option_pricing.ipynb renamed to featured/finance/simulation/european_put_option_pricing.ipynb

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)