Added ftx interest formula tests
This commit is contained in:
parent
91cc8212f6
commit
c54259b4c5
@ -22,9 +22,10 @@ twentyfive_hours = Decimal(25.0)
|
|||||||
('kraken', 0.00025, five_hours, 0.045),
|
('kraken', 0.00025, five_hours, 0.045),
|
||||||
('kraken', 0.00025, twentyfive_hours, 0.12),
|
('kraken', 0.00025, twentyfive_hours, 0.12),
|
||||||
# FTX
|
# FTX
|
||||||
# TODO-lev: - implement FTX tests
|
('ftx', 0.0005, ten_mins, 0.00125),
|
||||||
# ('ftx', Decimal(0.0005), ten_mins, 0.06),
|
('ftx', 0.00025, ten_mins, 0.000625),
|
||||||
# ('ftx', Decimal(0.0005), five_hours, 0.045),
|
('ftx', 0.00025, five_hours, 0.003125),
|
||||||
|
('ftx', 0.00025, twentyfive_hours, 0.015625),
|
||||||
])
|
])
|
||||||
def test_interest(exchange, interest_rate, hours, expected):
|
def test_interest(exchange, interest_rate, hours, expected):
|
||||||
borrowed = Decimal(60.0)
|
borrowed = Decimal(60.0)
|
Loading…
Reference in New Issue
Block a user