Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
Really need your help with a coding challenge I'm facing. I'm a coding novice, but need assistance coding the following in the loadscript:
I need to calculate a sequential underwriting year and the start and end dates of an underwriting year by extrapolating from the original policy inception date.
As an example, if a client incepted coverage on 01 August 2020 (ie original policy inception date), the underwriting years would be calculated as follows:
1 > 01 Aug 2020 to 31 Jul 2021
2 > 01 Aug 2021 to 31 Jul 2022
3 > 01 Aug 2022 to 31 Jul 2023
And so forth.
Currently, I only avail of the original inception date and the assumption that all policy periods are 12 months.
Help! Please 🙂
Hi @Berg_127
Could you try this script? I have put some random dates in the inline. Hence, adjust it for the values you need.
Let me know if it works for you.
Kind Regards
Daniel
Thank you so much, Daniel.
I sincerely appreciate the prompt response and assistance.
I am going to test this and let you know if I need any assistance.
Thank you again!!
Hi @Berg_127
Could you try this script? I have put some random dates in the inline. Hence, adjust it for the values you need.
Let me know if it works for you.
Kind Regards
Daniel
Thank you so much, Daniel.
I sincerely appreciate the prompt response and assistance.
I am going to test this and let you know if I need any assistance.
Thank you again!!
Thank you, Daniel.
Really appreciate your assistance!
This worked perfectly!