From dfae2094e29411e421dc890c833dbad4102cb70b Mon Sep 17 00:00:00 2001 From: kaleb Date: Mon, 29 Apr 2024 17:12:25 +0200 Subject: [PATCH] Update sip-381.md --- content/sips/sip-381.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sips/sip-381.md b/content/sips/sip-381.md index 140938cc1..ed6275337 100644 --- a/content/sips/sip-381.md +++ b/content/sips/sip-381.md @@ -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)`