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

[Capped Futures] Market settlement #11231

Closed
jeremyletang opened this issue May 2, 2024 · 0 comments · Fixed by #11232
Closed

[Capped Futures] Market settlement #11231

jeremyletang opened this issue May 2, 2024 · 0 comments · Fixed by #11232
Assignees
Labels
Capped Futures settlement Settlement at Expiry Feature

Comments

@jeremyletang
Copy link
Member

When binary_settlement parameter is set to false any value 0 <= settlement_price <= max_price should be accepted as a settlement price.

When binary_settlement parameter is set to true only settlement_price=0 or settlement_price=max_price should be accepted.

Any other values get ignored and market does not settle, instead it still waits for subsequent values from the settlement oracle until a value which passes the above conditions arrives.

@jeremyletang jeremyletang added settlement Settlement at Expiry Feature Capped Futures labels May 2, 2024
@jeremyletang jeremyletang added this to the 🏛️ Colosseo milestone May 2, 2024
@jeremyletang jeremyletang moved this to Todo in Core Kanban May 2, 2024
@EVODelavega EVODelavega self-assigned this May 13, 2024
@EVODelavega EVODelavega moved this from Todo to Waiting Review in Core Kanban May 14, 2024
@github-project-automation github-project-automation bot moved this from Waiting Review to Merged in Core Kanban May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Capped Futures settlement Settlement at Expiry Feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants