Created
March 19, 2023 14:56
-
-
Save eppspacjar/0b6c30080cfa9cdc75975c62a8663653 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* - endingBalance formula - */ | |
| // Variables | |
| // beginningBalance - outstanding balance on the loan at the start of a given period (in $) | |
| // principal - outstanding balance on the loan at the start of a given period (in $) | |
| {beginningBalance}-{principal} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment