|
From: <for...@ya...> - 2023-08-22 22:31:57
|
* { font-size: 13px; font-family: 'MS Pゴシック', sans-serif;}p, ul, ol, blockquote { margin: 0;}a { color: #0064c8; text-decoration: none;}a:hover { color: #0057af; text-decoration: underline;}a:active { color: #004c98;}
Hi All、
I tried to find how to evaluate a listed option of 3m Euribor Futures,
such as Call strike 96.00 Expire Sep 19, 2023(Bloomberg ticker: ERU3C 96)
using Normal(Bachelier) model.
I know the way with lognormal Black model in Python as
Engine = ql.AnalyticEuropenaEngine( ql.BlackProcess(...) )
optionOBJECT.setPricingEngine(Engine)
But I cannot find the class of the process of Normal(Bachelier) model.
Could you suggest any constructors for Normal(Bachelier) model
to evaluate the listed Euribor Futures' option?
Thanks - Kenji
|