Submitted by WatchPug, also found by 0x1f8b, Chom, and gzeon
https://github.com/Plex-Engineer/lending-market/blob/b93e2867a64b420ce6ce317f01c7834a7b6b17ca/contracts/NoteInterest.sol#L92-L101
The current implementation will return a random rate based on the callers address and baseRatePerYear.
This makes some lucky addresses pay much lower and some addresses pay much higher rates.
Alex the Entreprenerd (judge) commented:
