pub const APY_LIMIT: u128 = 100_000;
Reject >10,000,000% APY interest rates as misconfigurations. This also guarantees a reasonable upper-limit to interest rates to help avoid overflows.