Skip to content

Commit b849fd6

Browse files
committed
Update position.py
1 parent 44a3189 commit b849fd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

alpha_homora_v2/position.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ def get_debt_ratio(self) -> float:
159159

160160
return borrow_credit / collateral_credit
161161

162+
def get_current_apy(self) -> float:
163+
"""Return the current APY for the LP"""
164+
raise NotImplementedError
165+
162166
def get_position_value(self) -> dict:
163167
"""
164168
Get equity, debt, and total position value in AVAX and USD.

0 commit comments

Comments
 (0)