Calculating Discount Date
If DISCOUNT_DAYS is not null then we need to add TRX_DATE from the Payment Schedule and DISCOUNT_DAYS to get DISCOUNT_DATE.
If DISCOUNT_DAYS is null and DISCOUNT_DATE is not null then DISCOUNT_DATE becomes Discount Date.
I am wondering how Day of Month and Months Ahead work in order to calculate Discount Date.
Thanks