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

Index Option AM Settlement #8043

Closed
4 tasks done
AlexCatarino opened this issue May 20, 2024 · 1 comment
Closed
4 tasks done

Index Option AM Settlement #8043

AlexCatarino opened this issue May 20, 2024 · 1 comment
Labels

Comments

@AlexCatarino
Copy link
Member

Expected Behavior

Supports AM settlement. For example, the standard SPX options are AM-settled.

  • PM settlement: Exercise settlement values based on the reported level of the index calculated with the last reported prices of the index's component stocks at the close of market hours on the day of exercise.
  • AM settlement: Exercise settlement values based on the reported level of the index calculated with the opening prices of the index's component stocks on the day of exercise.

Actual Behavior

All options are settled with the closing price.

Potential Solution

Implements AM settlement (it will change the transaction time).
We use the close for PM settled and could use the open for AM settlement, however, there are official settlement prices

Reproducing the Problem

N/A

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
@AlexCatarino
Copy link
Member Author

Dupliacate of #7728

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

No branches or pull requests

1 participant