Submitted by cmichel, also found by gzeon
The MochiProfileV0 defines liquidation and collateral factors for different asset types.
For the AssetClass.Sigma type, the liquidation factor is less than the collateral factor:
This means that one can take a loan of up to 45% of their collateral but then immediately gets liquidated as the liquidation factor is only 40%.
There should always be a buffer between these such that taking the max loan does not immediately lead to liquidations:
The max collateral factor for the Sigma type should be higher than its liquidation factor.
ryuheimat (Mochi) confirmed
