Savings Account Summary Data
constructor(accountBalance: Double? = null, availableBalance: Double? = null, currency: CurrencyData? = null, interestNotPosted: Double? = null, interestPostedTillDate: LocalDate? = null, lastInterestCalculationDate: LocalDate? = null, prevInterestPostedTillDate: LocalDate? = null, runningBalanceOnInterestPostingTillDate: Double? = null, runningBalanceOnPivotDate: Double? = null, totalAnnualFees: Double? = null, totalDeposits: Double? = null, totalFeeCharge: Double? = null, totalInterestEarned: Double? = null, totalInterestPosted: Double? = null, totalOverdraftInterestDerived: Double? = null, totalPenaltyCharge: Double? = null, totalWithdrawalFees: Double? = null, totalWithdrawals: Double? = null, totalWithholdTax: Double? = null)
Parameters
account Balance
available Balance
currency
interest Not Posted
interest Posted Till Date
last Interest Calculation Date
prev Interest Posted Till Date
running Balance On Interest Posting Till Date
running Balance On Pivot Date
total Annual Fees
total Deposits
total Fee Charge
total Interest Earned
total Interest Posted
total Overdraft Interest Derived
total Penalty Charge
total Withdrawal Fees
total Withdrawals
total Withhold Tax