-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update price monitoring engine spec in line with mark-price-methodology changes #2121
Conversation
e9308af
to
4983fa7
Compare
4983fa7
to
b83e83b
Compare
b83e83b
to
9e11cc1
Compare
- It periodically (in a predefined, deterministic way) sends the: | ||
- the probability level α, | ||
- period τ, | ||
- the associated reference price | ||
to the risk model and obtains the range of valid up/down price moves per each of the specified triggers. Please note that these can be expressed as either additive offsets or multiplicative factors depending on the risk model used. The reference price is the latest price such that it's at least τ old or the earliest available price should price history be shorter than τ. | ||
- It holds the history of volume weighted average prices looking back to the maximum τ configured in the market. | ||
- It holds the history of mark prices looking back to the maximum τ configured in the market. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davidsiska-vega you mentioned keeping VWAP for the last traded price, is that still something you want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this would be contained within the mark price calculation logic, the price monitoring module would just keep track of the mark price (however it's calculated).
9e11cc1
to
833ce49
Compare
833ce49
to
e4ca4f5
Compare
e4ca4f5
to
6ef5f6f
Compare
Update price monitoring engine spec in line with proposed mark-price-methodology changes.
Closes #2116