-
Notifications
You must be signed in to change notification settings - Fork 570
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
[6][startailcoon] Show more info on asset info page #1119
Comments
I can take this task. I think it's worth adding some more parameters at the same time, like offset percentage, and possibly some more. |
Actually it's a bit complicated. |
Oh wait, does that "settlement price" include offset? My calculation above didn't count in the offset. I mean, median feed price is a thing, price for force settlement is another. |
The field Global Settlement Price isn't provided by something from the chain in the GUI, but a manual calculation of debt and collateral. I will require some help to provide if this is correct, or requires some new way of calculation. Code bitshares-ui/app/components/Blockchain/Asset.jsx Lines 564 to 611 in 33a0832
I assume your wish is to display when a market is possibly going to be affected by a black swan event? I will require some more details and a few example on this matter to be able to add in something useful, and hopefully not to confusing for users. The market details page could, and should imho, have more technical details for traders to analyze the market. |
Releasing this for anyone interested in following up on this for now. |
Ping @abitmore. Can you enlighten us about my question from before? |
IMHO it needs UX. We have all the data, need to decide how to non-misleadingly show them. |
All prices described below are in terms of We have these data, need to show some or all of them:
|
This needs UX, @ahdigital ? |
''bitGOLD' which is currently in a global settlement state has a global settlement value of '-'. If you navigate from bitUSD to bitGOLD via the URL bar the bitUSD value stays until you refresh the page. In a global settlement state, perhaps it'd be worth providing BSIP 18 related UI elements - indicating how close it is to leaving the global settlement state (and perhaps a link to docs explaining the situation/state bitGOLD is in)? |
@startailcoon I think we need to get this to a closing point. |
I tend to agree :) I know alot more today, and I hope to be able to close this soon. |
So, when you are ready to bring it to a close, make a second issue with the remaining points and close this out. Nice work. |
I've posted an issue on bitshraes-core to include asset collateral volume and settled volume on chain. |
Due to bsip42, the name "external price" is not so good. #1865. Volume limit is ignored after globally settled. |
@abitmore noted. Removing volume limit data on global settled asset.
How is "Average market price"? |
How about waht it actually is: Feed price (median of witness feeds) |
Issue #1119 - Update Assets Information Page
Looks good to me |
It's now calculated assettlement_price / MCR
, but should besettlement_price * MSSR / MCR
.Update: see this comment below.
The text was updated successfully, but these errors were encountered: