Skip to content

Commit fc575a2

Browse files
committed
Various pep8 edits and course folder
1 parent 47290d0 commit fc575a2

26 files changed

+2294
-247
lines changed

book/ALL FINANCEPY/products/bonds/FINBONDOPTION_HW_EXAMPLE_MATCH_DERIVA_GEN.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
},
127127
"outputs": [],
128128
"source": [
129-
"df_times = discount_curve._times\n",
130-
"df_values = discount_curve._dfs"
129+
"df_times = discount_curve.times()\n",
130+
"df_values = discount_curve.dfs()"
131131
]
132132
},
133133
{

book/ALL FINANCEPY/products/bonds/FINBOND_ComparisonWithQLExample.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222
],
223223
"source": [
224-
"discount_curve._dfs"
224+
"discount_curve.dfs()"
225225
]
226226
},
227227
{

book/BLOOMBERG/pds-fx-forward.pdf

199 KB
Binary file not shown.

book/corporate bonds/FINBOND_ComparisonWithQLExample.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
}
202202
],
203203
"source": [
204-
"discount_curve._times"
204+
"discount_curve.times()"
205205
]
206206
},
207207
{
@@ -221,7 +221,7 @@
221221
}
222222
],
223223
"source": [
224-
"discount_curve._dfs"
224+
"discount_curve.dfs()"
225225
]
226226
},
227227
{

0 commit comments

Comments
 (0)