I am trying to convert VBA from an Excel Macro to C# to calculate a total loan amount where interest and a facility fee are capitalized to the loan balance, which then in turn means a higher interest and fee amount being capitalized as the loan increases, meaning a higher interest and fee cost etc etc.
I cannot replicate the circular reference which allows for enough iterations so that the delta in the change in interest and fee from the change in loan balance can be eliminated. Any help would be appreciated. Thanks CM25