Hi everyone,
I need to refer to a value at a specific date in a loop. For instance to calculate the constant instalment of a loan (Instalment variable) I need to refer in all periods (30 months) to the principal as of January 2022, set in the variable date. I am using a loop for 2 scenarios. How can I set in the loop the principal amount as of January 2022 for all periods?
Thank you all for the help
I need to refer to a value at a specific date in a loop. For instance to calculate the constant instalment of a loan (Instalment variable) I need to refer in all periods (30 months) to the principal as of January 2022, set in the variable date. I am using a loop for 2 scenarios. How can I set in the loop the principal amount as of January 2022 for all periods?
Thank you all for the help
Comment