Skip to content

Commit 57e93e2

Browse files
committed
Update scoring logic in delist recommender to adjust lower bound for leverage 5x from 37 to 31 points. This change refines the recommendation criteria, ensuring more accurate assessments based on market conditions.
1 parent c7665d6 commit 57e93e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/delist_recommender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def delist_recommender_page():
299299
The final recommendation ('Keep', 'Decrease Leverage', 'Delist') is determined by comparing the market's **Total Score** against dynamic lower bounds (`SCORE_LB`) that depend on the market's **Current Maximum Leverage** on Drift:
300300
301301
* **Score Lower Bounds (`SCORE_LB`):**
302-
* Leverage <= 5x: Lower Bound = 37 points
302+
* Leverage <= 5x: Lower Bound = 31 points
303303
* Leverage <= 10x: Lower Bound = 48 points
304304
* Leverage <= 20x: Lower Bound = 60 points
305305
* *(Note: Leverage 0x has a lower bound of 0)*

0 commit comments

Comments
 (0)