-
Notifications
You must be signed in to change notification settings - Fork 649
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
Always allow updating a call order to higher collateral ratio #583
Labels
Milestone
Comments
Makes sense. |
abitmore
added a commit
that referenced
this issue
Feb 8, 2018
... even if it's still in margin call territory. #583
abitmore
added a commit
that referenced
this issue
Feb 8, 2018
abitmore
added a commit
that referenced
this issue
Feb 10, 2018
abitmore
added a commit
that referenced
this issue
Feb 10, 2018
abitmore
added a commit
that referenced
this issue
Feb 10, 2018
PR #655 merged. Closing. |
This was referenced Feb 16, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior: if a call order's collateral ratio is below MCR but it's not filled immediately due to no enough buy orders, it will hang there. The owner can adjust its collateral ratio only if to close the position, or the new ratio is above MCR, or the call order get completely filled (margin called). While this prevents the owner from maliciously reducing collateral ratio (to increase possibility of black swan event), it also prevents the owner from slightly increasing the collateral ratio (to decrease possibility of black swan event). IMHO the latter should be allowed.
Code:
I think this is a bug so don't need a BSIP to fix it.
The text was updated successfully, but these errors were encountered: