Skip to content

Commit

Permalink
Update sip-381.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleb-keny committed Apr 29, 2024
1 parent 9019c4d commit dfae209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/sips/sip-381.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This function enables governance to specify the following parameters for eligibl
- `lowerLimitDiscount`: Sets the lower limit of the discount on the margin applied on the margin, in order to compute available margin.
- `discountScalar`: A configurable parameter used to calculate the discount on the margin. The expression for the calculation of the discount is as follows:

` unboundedDiscountRate = (marginSize.discountScalar)/skewScale `
` unboundedDiscountRate = (marginSize * discountScalar) / skewScale `

` discountRate = min(max(unboundedDiscountRate;lowerLimitDiscount);upperLimitDiscount)`

Expand Down

0 comments on commit dfae209

Please sign in to comment.