ripple / ripplecharts-frontend

RippleCharts front-end using Angular.js and D3
ISC License
185 stars 131 forks source link

Issued Value inconsistency #127

Open marsface opened 8 years ago

marsface commented 8 years ago

Issued value chart is not consistent with the numbers: pay bit Although Payroutes has more USD issued it is smaller than bitstamp.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34700614-issued-value-inconsistency?utm_campaign=plugin&utm_content=tracker%2F627456&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F627456&utm_medium=issues&utm_source=github).
shekenahglory commented 8 years ago

The reason is everything gets normalized by converting to XRP based on its current exchange rate with XRP, and then normalized to USD using bitstamps USD/XRP rate. Payroutes USD is thinly traded and for some reason right now the most recent trades have their USD worth significantly less than Bitstamp USD

marsface commented 8 years ago

I see, thanks