Skip to content
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

vectorized_black gives the undiscounted option price #13

Open
ccagrawal opened this issue Apr 18, 2023 · 2 comments
Open

vectorized_black gives the undiscounted option price #13

ccagrawal opened this issue Apr 18, 2023 · 2 comments

Comments

@ccagrawal
Copy link

The vectorized_black function gives the undiscounted option price. I believe the result should be multiplied by exp(-r * t).

@lucassherbrook
Copy link

I have run into this issue as well.

ortap added a commit to ortap/py_vollib_vectorized that referenced this issue Nov 25, 2024
vectorized_black takes r as input (as expected in black76) however provides an undiscounted rate. this is unintuitive. attempted to fix that in this PR
@ortap
Copy link

ortap commented Nov 25, 2024

agree with you that is unintuitive... put out a PR for this #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants