-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greek calculation with "CrankNicolson" #158
Comments
Howdy. It a galaxy far way and many moons ago this had values there (under at least some engine). Then QL changed and I never 'shrunk' the display. I think your best bet now is numerical approximations. And we had discussions about this ... but I am also unsure where. Maybe the old mailing list? Maybe here in old tickets? |
I'm doing great, and thanks for your prompt answer. Haha - surprised that it was that old.. Good thing that it still provides delta and gamma. Thank you for suggestion, and I'd like to be consistent with the package when I do approximation. Do you mind if I ask which incremental value was used for |
Vega is pretty well behaved in these products except at short time to expiration. You can use any size you want because it goes into the denominator and scales with the output of the valuation, but a vol point wide is usually pretty good (ie +/- .005). |
@tleitch @eddelbuettel Thank you for your suggestion. Should this be closed then? |
I'll fix vega calc this weekend and update docs. Have to rebuild my environment first. Will need to add flag to avoid calc as optional as it will slow everything down. |
Greatly appreciated -! Mind if I ask if you are planning to incorporate other greeks as well?
… On Sep 23, 2021, at 11:38 AM, Terry Leitch ***@***.***> wrote:
I'll fix vega calc this weekend and update docs. Have to rebuild my environment first. Will need to add flag to avoid calc as optional as it will slow everything down.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hi,
I'm new to this package, and I was wondering if I'm missing something to see the full estimate of greeks in
AmericanOption()
function.Documentation says
When “CrankNicolson” is selected, then at least delta, gamma and vega are available.
, but when I run the example given in the documentation, I only seevalue
,delta
andgamma
.I'm wondering what causes the
vega
missing, and what specifications should add to see full estimates of greeks.The text was updated successfully, but these errors were encountered: