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 Jul 11, 2024
1 parent 2e9766a commit 0593067
Show file tree
Hide file tree
Showing 32 changed files with 448 additions and 448 deletions.
242 changes: 121 additions & 121 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": "mdt25",
"id": "mdt24",
"metadata": {},
"source": [
"# Basic data integrity\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds250",
"id": "mds240",
"metadata": {},
"source": [
"#### Basic data integrity"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs250",
"id": "ccs240",
"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": "mdt20",
"id": "mdt25",
"metadata": {},
"source": [
"# Check for duplicates\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds200",
"id": "mds250",
"metadata": {},
"source": [
"#### Step 0: Load instruments into lusid"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs200",
"id": "ccs250",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -57,7 +57,7 @@
},
{
"cell_type": "markdown",
"id": "mds201",
"id": "mds251",
"metadata": {},
"source": [
"#### Step 1: Create duplicate check view"
Expand All @@ -66,7 +66,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs201",
"id": "ccs251",
"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": "mdt24",
"id": "mdt29",
"metadata": {},
"source": [
"# Check for missing instrument fields\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds240",
"id": "mds290",
"metadata": {},
"source": [
"#### Step 1: Create instrument properties"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs240",
"id": "ccs290",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -66,7 +66,7 @@
},
{
"cell_type": "markdown",
"id": "mds241",
"id": "mds291",
"metadata": {},
"source": [
"#### Step 2: Load instruments into lusid"
Expand All @@ -75,7 +75,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs241",
"id": "ccs291",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -142,7 +142,7 @@
},
{
"cell_type": "markdown",
"id": "mds242",
"id": "mds292",
"metadata": {},
"source": [
"#### Step 3: Check for missing instrument fields"
Expand All @@ -151,7 +151,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs242",
"id": "ccs292",
"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": "mdt22",
"id": "mdt26",
"metadata": {},
"source": [
"# Check for price outliers\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds220",
"id": "mds260",
"metadata": {},
"source": [
"#### Step 0: Create instrument property definitions"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs220",
"id": "ccs260",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -70,7 +70,7 @@
},
{
"cell_type": "markdown",
"id": "mds221",
"id": "mds261",
"metadata": {},
"source": [
"#### Step 1: Setup instruments with properties"
Expand All @@ -79,7 +79,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs221",
"id": "ccs261",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -138,7 +138,7 @@
},
{
"cell_type": "markdown",
"id": "mds222",
"id": "mds262",
"metadata": {},
"source": [
"#### Step 2: Upload quotes"
Expand All @@ -147,7 +147,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs222",
"id": "ccs262",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -186,7 +186,7 @@
},
{
"cell_type": "markdown",
"id": "mds223",
"id": "mds263",
"metadata": {},
"source": [
"#### Step 3: Create iqr checker view"
Expand All @@ -195,7 +195,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs223",
"id": "ccs263",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -293,7 +293,7 @@
},
{
"cell_type": "markdown",
"id": "mds224",
"id": "mds264",
"metadata": {},
"source": [
"#### Step 4: Create price outlier view"
Expand All @@ -302,7 +302,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs224",
"id": "ccs264",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -372,7 +372,7 @@
},
{
"cell_type": "markdown",
"id": "mds225",
"id": "mds265",
"metadata": {},
"source": [
"#### Step 5: Run price outlier view"
Expand All @@ -381,7 +381,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs225",
"id": "ccs265",
"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": "mdt14",
"id": "mdt3",
"metadata": {},
"source": [
"# Complex bonds\n",
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "markdown",
"id": "mds140",
"id": "mds30",
"metadata": {},
"source": [
"#### Step 01: Fixed schedule view"
Expand All @@ -25,7 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs140",
"id": "ccs30",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -95,7 +95,7 @@
},
{
"cell_type": "markdown",
"id": "mds141",
"id": "mds31",
"metadata": {},
"source": [
"#### Step 02: Step schedule view"
Expand All @@ -104,7 +104,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs141",
"id": "ccs31",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -157,7 +157,7 @@
},
{
"cell_type": "markdown",
"id": "mds142",
"id": "mds32",
"metadata": {},
"source": [
"#### Step 03: Upload short front sinking complex bond insturments"
Expand All @@ -166,7 +166,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs142",
"id": "ccs32",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -332,7 +332,7 @@
},
{
"cell_type": "markdown",
"id": "mds143",
"id": "mds33",
"metadata": {},
"source": [
"#### Step 1: Fixed schedule view"
Expand All @@ -341,7 +341,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs143",
"id": "ccs33",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -410,7 +410,7 @@
},
{
"cell_type": "markdown",
"id": "mds144",
"id": "mds34",
"metadata": {},
"source": [
"#### Step 2: Step schedule view"
Expand All @@ -419,7 +419,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs144",
"id": "ccs34",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -472,7 +472,7 @@
},
{
"cell_type": "markdown",
"id": "mds145",
"id": "mds35",
"metadata": {},
"source": [
"#### Step 3: Upload short front sinking complex bond insturments"
Expand All @@ -481,7 +481,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "ccs145",
"id": "ccs35",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 0593067

Please sign in to comment.