<%@ Language=JavaScript%> <% var Table1_Action; var Table2_Action; var Table3_Action; %> <% /* Connection Pooler */ var ConnectionCache = new ConnectionCache() /* server-side recordset */ var ShareCert = new Recordset("ShareCert", "UGEFCU", "", "", "SELECT * FROM ShareCertificates", "ID", true, 2, 3, 3, ""); ShareCert.Open(); ShareCert.ProcessAction(); ShareCert.SetMessages("",""); /* server-side recordset */ var IRA_RS = new Recordset("IRA_RS", "UGEFCU", "", "", "SELECT * FROM IRA", "ID", true, 2, 3, 3, ""); IRA_RS.Open(); IRA_RS.ProcessAction(); IRA_RS.SetMessages("",""); /* server-side recordset */ var AccountTerms = new Recordset("AccountTerms", "UGEFCU", "", "", "SELECT * FROM AccountTerms", "ID", true, 2, 3, 3, ""); AccountTerms.Open(); AccountTerms.ProcessAction(); AccountTerms.SetMessages("",""); %> Welcome to UGEFCU! Utica Gas & Electric FCU - Rate Information
Rate Information
CREDIT CARD INFO
Disclosure of Account Terms
<% var Table1_i = 0; var Table1_Pagesize = 10; if (String(Table1_Action) == "" || String(Table1_Action) == "undefined") { Table1_Action = Request("Table1_Action"); } if(Table1_Action == 'Backward') { var Table1_n = 2 * Table1_Pagesize; if(Request("Table1_State") != null && Request("Table1_State") != "") { Table1_n = Table1_Pagesize + parseInt(Request("Table1_State")); } while(Table1_i < Table1_n && !AccountTerms.IsBOF()) { AccountTerms.MovePrevious(); Table1_i++; } if(AccountTerms.IsBOF()) { AccountTerms.MoveNext(); } } else if(Table1_Action == 'Forward') { if(AccountTerms.IsEOF()) { if(Request("Table1_State") != null && Request("Table1_State") != "") { while(Table1_i < parseInt(Request("Table1_State")) && !AccountTerms.IsBOF()) { AccountTerms.MovePrevious(); Table1_i++; } if(AccountTerms.IsBOF()) { AccountTerms.MoveNext(); } } } } var Table1_j = 0; while(Table1_j < Table1_Pagesize && !AccountTerms.IsEOF()) { %> <% AccountTerms.MoveNext(); Table1_j++; if(Table1_j >= Table1_Pagesize || AccountTerms.IsEOF()) { break; } %> <% AccountTerms.MoveNext(); Table1_j++; } %>
Account Type Minimum Balance To Open Minimum Balance For APY Compounded/Credited
Share (Savings) $5.00 $25.00 Qrtly/Qrtly
Share Draft (Checking) None $25.00 Qrtly/Qrtly
Money Plus $25.00 $2,500 Monthly/Monthly
Christmas Club None $25.00 Qrtly/Qrtly
Vacation Club None $25.00 Qrtly/Qrtly
Tax Club None $25.00 Qrtly/Qrtly
APY = Annual Percentage Yield
IRA (Individual Retirement Account)
<% var Table2_i = 0; var Table2_Pagesize = 10; if (String(Table2_Action) == "" || String(Table2_Action) == "undefined") { Table2_Action = Request("Table2_Action"); } if(Table2_Action == 'Backward') { var Table2_n = 2 * Table2_Pagesize; if(Request("Table2_State") != null && Request("Table2_State") != "") { Table2_n = Table2_Pagesize + parseInt(Request("Table2_State")); } while(Table2_i < Table2_n && !IRA_RS.IsBOF()) { IRA_RS.MovePrevious(); Table2_i++; } if(IRA_RS.IsBOF()) { IRA_RS.MoveNext(); } } else if(Table2_Action == 'Forward') { if(IRA_RS.IsEOF()) { if(Request("Table2_State") != null && Request("Table2_State") != "") { while(Table2_i < parseInt(Request("Table2_State")) && !IRA_RS.IsBOF()) { IRA_RS.MovePrevious(); Table2_i++; } if(IRA_RS.IsBOF()) { IRA_RS.MoveNext(); } } } } var Table2_j = 0; while(Table2_j < Table2_Pagesize && !IRA_RS.IsEOF()) { %> <% IRA_RS.MoveNext(); Table2_j++; if(Table2_j >= Table2_Pagesize || IRA_RS.IsEOF()) { break; } %> <% IRA_RS.MoveNext(); Table2_j++; } %>
Account Type Minimum Balance To Open Minimum Balance For APR Compounded/Credited
Variable IRA None $25.00 Qrtly/Qrtly
1 Year IRA
Certificate
$500 $500 Qrtly/Qrtly
3 Year IRA
Certificates
$500 $500 Qrtly/Qrtly
APY = Annual Percentage Yield
Share Certificates
<% ShareCert.MoveNext(); Table3_j++; if(Table3_j >= Table3_Pagesize || ShareCert.IsEOF()) { break; } %> <% ShareCert.MoveNext(); Table3_j++; } %>
Account Type Interest Rate* Minimum Balance To Open Minimum Balance For APY APY** Compounded/Credited
6 Months 2.90% $500 $500 2.94% Monthly/Monthly
12 Months 2.97% $500 $500 3.00% Qrtly/Qrtly
18 Months 3.10% $500 $500 3.14% Qrtly/Qrtly
24 Months

3.21%

$500 $500 3.25% Qrtly/Qrtly
36 Months
3.45%
$500
$500
3.49%
Qrtly/Qrtly
*APR = Annual Percentage Rate
**APY=Annual Percentage Yield
BACK TO TOP