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
function getNewRate(bytescalldata_data, bytescalldata_initData) externalpurereturns (uint64_newRatePerSec) {
I checked the documentation but it only shows the formula of Linear Rate model but no formula for Time-Weighted Variable Interest Rate.
I looks up on the internet but couldn't find any information about this formula. Is this some formula that the team comes up with or it comes from traditional finance?
Thank you very much if any one can help me understand it
The text was updated successfully, but these errors were encountered:
Hi everyone, I'm learning about how fraxlend works and I'm trying to understand the math formula in this method
fraxlend/src/contracts/VariableInterestRate.sol
Line 63 in 0f9bc5d
I checked the documentation but it only shows the formula of
Linear Rate
model but no formula forTime-Weighted Variable Interest Rate
.I looks up on the internet but couldn't find any information about this formula. Is this some formula that the team comes up with or it comes from traditional finance?
Thank you very much if any one can help me understand it
The text was updated successfully, but these errors were encountered: