<% if (DI.FUNDSEARCH.searchByFundNumber == true) { %>
<%= fundIdNumStripLeadingZeros %> |
<% } else { %>
<%= fundIdNumStripLeadingZeros %> |
<% } %>
<% if(DI.FUNDSEARCH.showInvestmentCategoryCol) { %>
<%= iciFundInvestmentObjectiveDescriptionText %> |
<% } %>
<%= fundName %>
<% if(DI.FUNDSEARCH.showInvestmentCategoryCol ||(NASUMode && DI.FUNDSEARCH.showReducedMinCol)) {%>
<%= DI.FUNDSEARCH.column2Heading %>:
<% if(fundSymbol == "N/A"){ %>
N/A Not Applicable
<% }else{ %>
<%= fundSymbol %>
<% } %>
<% } %>
|
<% if(fundSymbol == "N/A"){ %>
N/A Not Applicable
<% }else{ %>
<%= fundSymbol %>
<% } %>
|
<% if(!hideInvestmentColumn && !hideMinimum && DI.FUNDSEARCH.minimumAmountOption) { %>
<% if(!DI.FUNDSEARCH.showDecimalsInMinCol) {
minAmountAllowed = parseFloat(minAmountAllowed.replace(/[$,]/g, ''));
minAmountAllowed = '$'+minAmountAllowed.toString().replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,");
}
%>
<%= minAmountAllowed %> |
<% } %>
<% if(NASUMode && DI.FUNDSEARCH.showReducedMinCol && !hideInvestmentColumn && !hideMinimum) { %>
$<%= reducedMinIftAmount %> |
<% } %>
<% if (shown != 'used') { %>
<%= DI.FUNDSEARCH.addBtnLabel %> |
<% } else { %>
|
<% } %>