Skip to content

Commit

Permalink
Update examples documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
finbourne-bot committed Jun 20, 2024
1 parent 3381696 commit 0727ec4
Show file tree
Hide file tree
Showing 31 changed files with 453 additions and 453 deletions.
262 changes: 131 additions & 131 deletions README.md

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions docs/Abor.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/Basic data integrity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "mdt30",
"id": "mdt25",
"metadata": {},
"source": [
"# Basic data integrity\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds300",
"id": "mds250",
"metadata": {},
"source": [
"#### Basic data integrity"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs300",
"id": "ccs250",
"metadata": {},
"outputs": [],
"source": [
Expand Down
10 changes: 5 additions & 5 deletions docs/Check for duplicates.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "mdt27",
"id": "mdt20",
"metadata": {},
"source": [
"# Check for duplicates\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds270",
"id": "mds200",
"metadata": {},
"source": [
"#### Step 0: Load instruments into lusid"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs270",
"id": "ccs200",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -57,7 +57,7 @@
},
{
"cell_type": "markdown",
"id": "mds271",
"id": "mds201",
"metadata": {},
"source": [
"#### Step 1: Create duplicate check view"
Expand All @@ -66,7 +66,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs271",
"id": "ccs201",
"metadata": {},
"outputs": [],
"source": [
Expand Down
14 changes: 7 additions & 7 deletions docs/Check for missing instrument fields.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "mdt29",
"id": "mdt24",
"metadata": {},
"source": [
"# Check for missing instrument fields\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds290",
"id": "mds240",
"metadata": {},
"source": [
"#### Step 1: Create instrument properties"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs290",
"id": "ccs240",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -66,7 +66,7 @@
},
{
"cell_type": "markdown",
"id": "mds291",
"id": "mds241",
"metadata": {},
"source": [
"#### Step 2: Load instruments into lusid"
Expand All @@ -75,7 +75,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs291",
"id": "ccs241",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -142,7 +142,7 @@
},
{
"cell_type": "markdown",
"id": "mds292",
"id": "mds242",
"metadata": {},
"source": [
"#### Step 3: Check for missing instrument fields"
Expand All @@ -151,7 +151,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs292",
"id": "ccs242",
"metadata": {},
"outputs": [],
"source": [
Expand Down
26 changes: 13 additions & 13 deletions docs/Check for price outliers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "mdt28",
"id": "mdt22",
"metadata": {},
"source": [
"# Check for price outliers\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds280",
"id": "mds220",
"metadata": {},
"source": [
"#### Step 0: Create instrument property definitions"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs280",
"id": "ccs220",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -70,7 +70,7 @@
},
{
"cell_type": "markdown",
"id": "mds281",
"id": "mds221",
"metadata": {},
"source": [
"#### Step 1: Setup instruments with properties"
Expand All @@ -79,7 +79,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs281",
"id": "ccs221",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -138,7 +138,7 @@
},
{
"cell_type": "markdown",
"id": "mds282",
"id": "mds222",
"metadata": {},
"source": [
"#### Step 2: Upload quotes"
Expand All @@ -147,7 +147,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs282",
"id": "ccs222",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -186,7 +186,7 @@
},
{
"cell_type": "markdown",
"id": "mds283",
"id": "mds223",
"metadata": {},
"source": [
"#### Step 3: Create iqr checker view"
Expand All @@ -195,7 +195,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs283",
"id": "ccs223",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -293,7 +293,7 @@
},
{
"cell_type": "markdown",
"id": "mds284",
"id": "mds224",
"metadata": {},
"source": [
"#### Step 4: Create price outlier view"
Expand All @@ -302,7 +302,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs284",
"id": "ccs224",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -372,7 +372,7 @@
},
{
"cell_type": "markdown",
"id": "mds285",
"id": "mds225",
"metadata": {},
"source": [
"#### Step 5: Run price outlier view"
Expand All @@ -381,7 +381,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs285",
"id": "ccs225",
"metadata": {},
"outputs": [],
"source": [
Expand Down
26 changes: 13 additions & 13 deletions docs/Complex bonds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "mdt16",
"id": "mdt14",
"metadata": {},
"source": [
"# Complex bonds\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds160",
"id": "mds140",
"metadata": {},
"source": [
"#### Step 01: Fixed schedule view"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs160",
"id": "ccs140",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -95,7 +95,7 @@
},
{
"cell_type": "markdown",
"id": "mds161",
"id": "mds141",
"metadata": {},
"source": [
"#### Step 02: Step schedule view"
Expand All @@ -104,7 +104,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs161",
"id": "ccs141",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -157,7 +157,7 @@
},
{
"cell_type": "markdown",
"id": "mds162",
"id": "mds142",
"metadata": {},
"source": [
"#### Step 03: Upload short front sinking complex bond insturments"
Expand All @@ -166,7 +166,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs162",
"id": "ccs142",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -332,7 +332,7 @@
},
{
"cell_type": "markdown",
"id": "mds163",
"id": "mds143",
"metadata": {},
"source": [
"#### Step 1: Fixed schedule view"
Expand All @@ -341,7 +341,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs163",
"id": "ccs143",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -410,7 +410,7 @@
},
{
"cell_type": "markdown",
"id": "mds164",
"id": "mds144",
"metadata": {},
"source": [
"#### Step 2: Step schedule view"
Expand All @@ -419,7 +419,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs164",
"id": "ccs144",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -472,7 +472,7 @@
},
{
"cell_type": "markdown",
"id": "mds165",
"id": "mds145",
"metadata": {},
"source": [
"#### Step 3: Upload short front sinking complex bond insturments"
Expand All @@ -481,7 +481,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs165",
"id": "ccs145",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 0727ec4

Please sign in to comment.