--- tags: Work in Progress, Alan --- # Sample CD @{ var throwError=true; var jsonHelper = Model.GetJsonHelper(Model.Sequence.Data, throwError); } #### Pre-Maturity Disclosure Notice: @jsonHelper.GetValue("technical.corpTypeD") @jsonHelper.GetValue("technical.corDateR") | | | | | -------- | -------- | -------- | {.vast} | @jsonHelper.GetValue("party.nameOne") ||| | @jsonHelper.GetArrayElementValue("party.address[].street",0)||| | @jsonHelper.GetArrayElementValue("party.address[].city",0)||| | @jsonHelper.GetArrayElementValue("party.address[].zip",0)||| | @jsonHelper.GetArrayElementValue("party.address[].state",0) |CD Number |@jsonHelper.GetValue("account.accountNumber")| | @jsonHelper.GetArrayElementValue("party.address[].country",0) |Date| @jsonHelper.GetValue("technical.corDateR") | Your Certificate of Deposit number for @jsonHelper.GetValue("account.accountNumber") will **only** mature on @jsonHelper.GetValue("account.term.maturityDate"). If the account renews, the following information will apply: **RATE INFORMATION:**<br/> The **@jsonHelper.GetValue("account.term.interestDistribution")** and annual percentage yield have not yet been determined. They will be available on **@jsonHelper.GetValue("account.term.interestFrequency")** or after @jsonHelper.GetValue("account.term.maturityDate"). Please call ***(918) 495-1700*** to learn the interest rate and annual percentage yield for your new account. Once the Rate is determined, the APY will be in effect until maturity. **COMPOUNDING AND CREDITING:**<br/> Frequency - Interest for your account will be paid @jsonHelper.GetValue("account.term.interestFrequency") @jsonHelper.GetValue("account.term.interestDistribution") **EFFECT OF CLOSING AN ACCOUNT:**<br/> If you close your account prior to maturity you may be charged an early withdrawal penalty. **MINIMUM BALANCE REQUIREMENTS TO OPEN THE ACCOUNT:**<br/> You must deposit at least @jsonHelper.GetValue("account.term.minimumtoOpen") to open this account and maintain @jsonHelper.GetValue("account.term.minimumtoOpen") to obtain the stated APY. **BALANCE COMPUTATION METHOD:**<br/> We use the daily balance method to calculate the interest on your account. This method applies a daily periodic rate to the principal in the account each day. **ACCRUAL OF INTEREST ON NONCASH DEPOSITS:**<br/> Interest begins to accrue on the business day you deposit noncash items (for example, checks). **TIME REQUIREMENTS:**<br/> Your account will mature in @jsonHelper.GetValue("account.term.termDuration") @jsonHelper.GetValue("account.term.termPeriod") **TIME DEPOSIT WITHDRAWAL LIMITATIONS:**<br/> * **Principal:** You may not make withdrawals of principal from your account before maturity without penalty. * **Interest:** You cannot withdraw interest from your account before maturity. The annual percentage yield assumes interest will remain on deposit until maturity, and a withdrawal will reduce earnings. **EARLY WITHDRAWAL PENALTY:**<br/> Certificates with a term of less than three (3) months: The penalty imposed will equal 100% of the accrued interest. The interest rate we will use to calculate the interest forfeiture will be the simple interest rate in effect on the date of early withdrawal. Certificates with a term of three (3) months to less than twelve (12) months: The penalty imposed will equal three month's interest on the amount withdrawn. The interest rate we will use to calculate the interest forfeiture will be the simple interest rate in effect on the date of early withdrawal. **AUTOMATICALLY RENEWABLE:**<br/> This account will automatically renew at maturity. You will have 10 days after the maturity date to withdraw funds without penalty. This account will not renew if you withdraw the funds on the maturity date or if we receive written notice from you on or before the maturity date of your intention not to renew. We can prevent renewal if we mail notice to you at least 10 days before maturity. **RENEWAL TERMS:**<br/> Each renewal term will be the same as the original term, beginning on the maturity date. The interest rate will be the same as we offer on new time deposits on the maturity date which have the same term, minimum balance (if any) and other features as the original time deposit. <pre> @Raw(jsonHelper.GetFields()) </pre>