Hello, There is a typo in `getNextInstalment`, the returned object should have the `interest` property instead of `intrest`. There is also a typo in the function name (getNextInsta**ll**ment). https://github.com/kfiku/LoanJS/blob/master/lib/loan.js#L59 Thanks