Renders an HTML comparison table of credit terms showing recommended, override, and approved values for limit, interest rate, tenure, monthly repayment, and total repayment.
BigTable — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. The table has a fixed five-row layout; column values are read directly from self.data_list. Returns an HTML string.
The three column groups (recommended, override, approved) map to positional columns in the query result set. Row labels are hardcoded: credit limit, interest rate, tenure, monthly repayment, and total repayment. No text processor substitutions are applied to cell values.