Estimate the return for a private lender (a loan between friends or family) and compare it with a rough Romanian bank-loan reference.
This is only an estimate, not financial advice.
total = principal × (1 + rate × years)profit = total − principal
annualInterest = principal × ratetotalInterest = annualInterest × yearstotal = principal + totalInterest
r = rate / 12, n = years × 12monthly = P × r / (1 − (1 + r)^(−n))total = monthly × n
nominalAnnualized = (total / principal)^(1/years) − 1realReturn = (1 + nominal) / (1 + inflation) − 1netProfit = profit × (1 − tax)