let data = type == 'bankName' ? this.state.bankNameList.options : type == 'typeOfCreditList' ? this.state.typeOfCreditList.options : this.state.businessBankList.options
value={this.props.defaultCurrency.id==1?(fixNumber(Number(handleTableRatio(tableMeta.rowData[28],tableMeta,28,"Debt to Equity Ratio")),2)):(Number(handleTableRatio(tableMeta.rowData[28],tableMeta,28,"Debt to Equity Ratio"))==0?"0.0":Number(handleTableRatio(tableMeta.rowData[28],tableMeta,28,"Debt to Equity Ratio")))}
value={this.props.defaultCurrency.id==1?(fixNumber(Number(handleTableRatio(tableMeta.rowData[30],tableMeta,30,"Debt to EBITDA - YTD")),2)):(Number(handleTableRatio(tableMeta.rowData[30],tableMeta,30,"Debt to EBITDA - YTD"))==0?"0.0":Number(handleTableRatio(tableMeta.rowData[30],tableMeta,30,"Debt to EBITDA - YTD")))}
value={this.props.defaultCurrency.id==1?(fixNumber(Number(handleTableRatio(tableMeta.rowData[32],tableMeta,32,"EBITDA to Interest - YTD")),2)):(Number(handleTableRatio(tableMeta.rowData[32],tableMeta,32,"EBITDA to Interest - YTD"))==0?"0.0":Number(handleTableRatio(tableMeta.rowData[32],tableMeta,32,"EBITDA to Interest - YTD")))}