You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are only covering true violations in the Broker for Dutch trades in the Extreme tests, but not in the Unit tests. We should probably create one or two tests like we have for Batch auctions but for Dutch Auctions.
These tests cannot be placed in Revenues.test.ts as the other ones, because Dutch auctions only disable the broker for Recollatelarization trades. So they should be in the Recollateralization.test.ts file and auctions should be part of a rebalancing.
The text was updated successfully, but these errors were encountered:
Currently we are only covering true violations in the Broker for Dutch trades in the Extreme tests, but not in the Unit tests. We should probably create one or two tests like we have for Batch auctions but for Dutch Auctions.
These tests cannot be placed in
Revenues.test.ts
as the other ones, because Dutch auctions only disable the broker for Recollatelarization trades. So they should be in theRecollateralization.test.ts
file and auctions should be part of a rebalancing.The text was updated successfully, but these errors were encountered: