Skip to content

Commit

Permalink
corrected OvernightIndexexSwap frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaga committed Jun 30, 2020
1 parent d62ce57 commit 216280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/instruments/swaps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Types:
swapType = ql.OvernightIndexedSwap.Receiver
nominal = 100
schedule = ql.MakeSchedule(ql.Date(15,6,2020), ql.Date(15,6,2021), ql.Period('1d'), calendar=ql.TARGET())
schedule = ql.MakeSchedule(ql.Date(15,6,2020), ql.Date(15,6,2021), ql.Period('1Y'), calendar=ql.TARGET())
fixedRate = 0.01
fixedDC = ql.Actual360()
overnightIndex = ql.Eonia()
Expand Down

0 comments on commit 216280e

Please sign in to comment.