---
tags: Statement, Alan, Savings, Not in Word Doc, Priority 7
---
# Quarterly Savings Statement
# notice_savqtrst
@{
var throwError=true;
var jsonHelper = Model.GetJsonHelper(Model.Sequence.Data, throwError);
}
### Quarterly Savings statement for account no. @jsonHelper.MaskValue(@jsonHelper.GetValue("account.accountNumber"),'*',0,13)
<br/>
In order to assist our customers during this time of need and provide greater access to your savings deposits, we are temporarily eliminating the the six-transfer limit on your savings account imposed by Regulation D. In addition, we are waiving the excess withdrawel fee associated with transfers exceeding the limit. Please, contact us with any questions.<br/>
<br/>
| Interest paid year to date | @jsonHelper.GetValue("?") |
| -----------------------------: | -------: |
| Average Ledger Balance for the period was | @jsonHelper.GetValue("?") |
| Average collected Balance for the Period was | @jsonHelper.GetValue("?") |
<br/>
| Previous Balance on @Date? | @jsonHelper.GetValue("?") |
| -----------------------------: | -------: |
| @jsonHelper.GetValue("@NumberOf?")" Deposits and other Additions | @jsonHelper.GetValue("?") |
| **Current Balance on @jsonHelper.GetValue("Date?")** | **@jsonHelper.GetValue("?")** |
#### Transactions
| Date | Description | Amount |
| :------: | ----------- | -------: |
@jsonHelper.GetMdTable("account[]","date","description","amount")
<br/>
| Statement Period | @jsonHelper.GetValue("?") days |
| ------------------------------: | -------: |
| Interest earned for Period | @jsonHelper.GetValue("?") |
| Annual percentage yield earned | @jsonHelper.GetValue("?")% |
<br/>
@jsonHelper.GetValue("party.nameOne")<br/>
@jsonHelper.GetValue("party.nameTwo")<br/>
<br/>
@jsonHelper.GetArrayElementValue("party.address[].street",0)<br/>
@jsonHelper.GetArrayElementValue("party.address[].city",0) @jsonHelper.GetArrayElementValue("party.address[].state",0)<br/>
@jsonHelper.GetArrayElementValue("party.address[].zip",0)<br/>