Skip to content

Commit

Permalink
Update state_variables.py (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA authored Feb 28, 2023
1 parent 6e5d12a commit 2444df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/state_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ class StateVariables:
stable_pcv_ratio: Percentage = Uninitialized
"""The percentage of PCV backed by stable assets"""
collateralization_ratio: Percentage = Uninitialized
"""The percentage collateralization of the total FEI supply"""
# NOTE: Uncomment Below as part of working exercise in Quiz Notebook 1
#"""The reserve ratio of the Fei Protocol"""
#reserve_ratio: Percentage = Uninitialized
"""The percentage collateralization of the total FEI supply"""
#"""The reserve ratio of the Fei Protocol"""
pcv_yield: USD = Uninitialized
"""The per-timestep PCV yield accrued"""
pcv_yield_rate: Percentage = Uninitialized
Expand Down

0 comments on commit 2444df8

Please sign in to comment.