From bca76822a9e12e7644381c52f974119df4e33477 Mon Sep 17 00:00:00 2001 From: Jiajia-Cui Date: Mon, 5 Aug 2024 13:03:31 +0100 Subject: [PATCH] feat: update formula in 0095 --- protocol/0095-HVMR-high_volume_maker_rebate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/0095-HVMR-high_volume_maker_rebate.md b/protocol/0095-HVMR-high_volume_maker_rebate.md index 564808b69..069b7fda1 100644 --- a/protocol/0095-HVMR-high_volume_maker_rebate.md +++ b/protocol/0095-HVMR-high_volume_maker_rebate.md @@ -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: