.. _spec-irs: .. ipython:: python :suppress: from rateslib import * **** IRS **** USD ******** .. _spec-usd-irs: SOFR ----- .. ipython:: python defaults.spec["usd_irs"] IRS(dt(2000, 1, 1), "10y", spec="usd_irs").kwargs .. _spec-usd-irs-lt-2y: SOFR with tenor less than 2y ------------------------------- .. ipython:: python defaults.spec["usd_irs_lt_2y"] IRS(dt(2000, 1, 1), "18m", spec="usd_irs_lt_2y").kwargs EUR ***** .. _spec-eur-irs: ESTR ----- .. ipython:: python defaults.spec["eur_irs"] IRS(dt(2000, 1, 1), "10y", spec="eur_irs").kwargs .. _spec-eur-irs3: 3m Euribor ------------- .. ipython:: python defaults.spec["eur_irs3"] IRS(dt(2000, 1, 1), "10y", spec="eur_irs3").kwargs .. _spec-eur-irs6: 6m Euribor ----------- .. ipython:: python defaults.spec["eur_irs6"] IRS(dt(2000, 1, 1), "10y", spec="eur_irs6").kwargs .. _spec-eur-irs1: 1m Euribor ----------- .. ipython:: python defaults.spec["eur_irs1"] IRS(dt(2000, 1, 1), "10y", spec="eur_irs1").kwargs GBP ***** .. _spec-gbp-irs: SONIA ----- .. ipython:: python defaults.spec["gbp_irs"] IRS(dt(2000, 1, 1), "10y", spec="gbp_irs").kwargs CHF ***** .. _spec-chf-irs: SARON ----- .. ipython:: python defaults.spec["chf_irs"] IRS(dt(2000, 1, 1), "10y", spec="chf_irs").kwargs SEK ***** .. _spec-sek-irs: SWESTR ------ .. ipython:: python defaults.spec["sek_irs"] IRS(dt(2000, 1, 1), "10y", spec="sek_irs").kwargs .. _spec-sek-irs3: 3m Stibor ---------- .. ipython:: python defaults.spec["sek_irs3"] IRS(dt(2000, 1, 1), "10y", spec="sek_irs3").kwargs NOK ***** .. _spec-nok-irs: NOWA ------ .. ipython:: python defaults.spec["nok_irs"] IRS(dt(2000, 1, 1), "10y", spec="nok_irs").kwargs .. _spec-nok-irs3: 3m Nibor --------- .. ipython:: python defaults.spec["nok_irs3"] IRS(dt(2000, 1, 1), "10y", spec="nok_irs3").kwargs .. _spec-nok-irs6: 6m Nibor ---------- .. ipython:: python defaults.spec["nok_irs6"] IRS(dt(2000, 1, 1), "10y", spec="nok_irs6").kwargs CAD ***** .. _spec-cad-irs: CORRA ---------- .. ipython:: python defaults.spec["cad_irs"] IRS(dt(2000, 1, 1), "10y", spec="cad_irs").kwargs .. _spec-cad-irs-le-1y: CORRA with tenor less than or equal to 1Y ------------------------------------------- .. ipython:: python defaults.spec["cad_irs_le_1y"] IRS(dt(2000, 1, 1), "9m", spec="cad_irs_le_1y").kwargs JPY ***** .. _spec-jpy-irs: TONA ---------- .. ipython:: python defaults.spec["jpy_irs"] IRS(dt(2000, 1, 1), "10y", spec="jpy_irs").kwargs AUD ***** .. _spec-aud-irs: AONIA ---------- .. ipython:: python defaults.spec["aud_irs"] IRS(dt(2000, 1, 1), "10y", spec="aud_irs").kwargs .. _spec-aud-irs6: BBSW 6m -------- .. ipython:: python defaults.spec["aud_irs6"] IRS(dt(2000, 1, 1), "10y", spec="aud_irs6").kwargs .. _spec-aud-irs3: BBSW 3m -------- .. ipython:: python defaults.spec["aud_irs3"] IRS(dt(2000, 1, 1), "2y", spec="aud_irs3").kwargs .. _spec-aud-irs3-gt-3y: BBSW 3m with tenor greater than 3Y --------------------------------------- .. ipython:: python defaults.spec["aud_irs3_gt_3y"] IRS(dt(2000, 1, 1), "10y", spec="aud_irs3_gt_3y").kwargs NZD ***** .. _spec-nzd-irs: OCR ----- .. ipython:: python defaults.spec["nzd_irs"] IRS(dt(2000, 1, 1), "10y", spec="nzd_irs").kwargs .. _spec-nzd-irs6: NFIX 6m -------- .. ipython:: python defaults.spec["nzd_irs6"] IRS(dt(2000, 1, 1), "10y", spec="nzd_irs6").kwargs .. _spec-nzd-irs3: NFIX 3m -------- .. ipython:: python defaults.spec["nzd_irs3"] IRS(dt(2000, 1, 1), "10y", spec="nzd_irs3").kwargs