Skip to content

Commit

Permalink
Merge pull request #2333 from vegaprotocol/update-formula-0095
Browse files Browse the repository at this point in the history
feat: update formula in 0095
  • Loading branch information
Jiajia-Cui authored Aug 5, 2024
2 parents 10f9efc + bca7682 commit f513455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/0095-HVMR-high_volume_maker_rebate.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For each party, the network must track the maker volume they created in each epo

At the start of an epoch the network should calculate each parties `party_maker_volume_fraction` by calculating what proportion of the maker volume over the last $m$ epochs a party made up (where m is the `window_length` set configured in the program), i.e.

$$\text{partyMakerVolumeFraction} = \frac{\sum_{i=1}^{m}{V_i}_j}{\sum_{i=1}^{m}\sum_{j=1}^{n}{V_i}_j}$$
$$\text{partyMakerVolumeFraction}_j = \frac{\sum_{i=1}^{m} V_{i,j}}{\sum_{i=1}^{m} \sum_{k=1}^{n} V_{i,k}}$$

where:

Expand Down

0 comments on commit f513455

Please sign in to comment.