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

hotfix/fix-options-skew: Fixes columns not subtracting #5170

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

deeleeramone
Copy link
Contributor

The column, Skew, in get_skew(), was supposed to be a subtraction of the (IV @ Strike) - (IV @ ATM), but instead of subtracting the ATM value, it was being copied. This PR fixes that by dedicating a column to the ATM IV value prior to performing the math operation and setting the value.

image

Screenshot 2023-06-22 at 11 03 00 AM

@deeleeramone deeleeramone added bug Fix bug platform OpenBB Platform labels Jun 22, 2023
@reviewpad reviewpad bot added the feat XS Extra small feature label Jun 22, 2023
@jmaslek jmaslek added this pull request to the merge queue Jun 22, 2023
Merged via the queue into develop with commit 4bc4368 Jun 22, 2023
16 checks passed
@piiq piiq deleted the hotfix/fix-options-skew branch July 12, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug feat XS Extra small feature platform OpenBB Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants