HSAStatementDepositAccountSummary
Summary data describing an account represented by a statement.
type HSAStatementDepositAccountSummary {
accountNumberForDisplay: String!
accountType: String!
annualPercentageYieldEarned: DecimalString
annualPercentageYieldEarnedForDisplay: String
endingBalance: DecimalString!
endingBalanceForDisplay: String!
endingInvestmentsBalance: String!
endingInvestmentsBalanceForDisplay: String!
interestEarnedForPeriod: DecimalString
interestEarnedForPeriodForDisplay: String
interestEarnedYearToDate: String!
interestEarnedYearToDateForDisplay: String!
interestPaidForPeriod: DecimalString
interestPaidForPeriodForDisplay: String
interestRateForDisplay: String!
penaltiesYearToDate: String!
penaltiesYearToDateForDisplay: String!
startingBalance: DecimalString!
startingBalanceForDisplay: String!
totalChargesForDisplay: String!
totalDepositsForDisplay: String!
totalInterestEarnedForDisplay: String!
totalWithdrawalsForDisplay: String!
}
Fields
HSAStatementDepositAccountSummary.accountNumberForDisplay
● String!
non-null scalar
The account number for this deposit account.
HSAStatementDepositAccountSummary.accountType
● String!
non-null scalar
The type of the account (CHECKING, SAVINGS).
HSAStatementDepositAccountSummary.annualPercentageYieldEarned
● DecimalString
scalar
The 'annual percentage yield earned' by this account over the statement period. This amount is an annualized rate that reflects the relationship between the account's average daily balance and the amount of interest earned. Stated another way, this is the actual APY an account would earn if the average daily balance and interest earned for this period were kept constant for an entire year.
HSAStatementDepositAccountSummary.annualPercentageYieldEarnedForDisplay
● String
scalar
The 'annual percentage yield earned' by this account over the statement period, formatted as a percent.
HSAStatementDepositAccountSummary.endingBalance
● DecimalString!
non-null scalar
The ending balance of this account on this statement.
HSAStatementDepositAccountSummary.endingBalanceForDisplay
● String!
non-null scalar
The ending balance of this account on this statement for display.
HSAStatementDepositAccountSummary.endingInvestmentsBalance
● String!
non-null scalar
The investments balance associated with this deposit account at the end of this statement.
HSAStatementDepositAccountSummary.endingInvestmentsBalanceForDisplay
● String!
non-null scalar
The investments balance associated with this deposit account at the end of this statement, for display.
HSAStatementDepositAccountSummary.interestEarnedForPeriod
● DecimalString
scalar
The total amount of interest earned by this account over the statement period.
HSAStatementDepositAccountSummary.interestEarnedForPeriodForDisplay
● String
scalar
The total amount of interest earned by this account over the statement period, formatted for display.
HSAStatementDepositAccountSummary.interestEarnedYearToDate
● String!
non-null scalar
The interest earned by this deposit account from the start of the year to the end of this statement.
HSAStatementDepositAccountSummary.interestEarnedYearToDateForDisplay
● String!
non-null scalar
The interest earned by this deposit account from the start of the year to the end of this statement, for display.
HSAStatementDepositAccountSummary.interestPaidForPeriod
● DecimalString
scalar
The total amount of interest paid to this account for the statement period.
HSAStatementDepositAccountSummary.interestPaidForPeriodForDisplay
● String
scalar
The total amount of interest paid to this account for the statement period, formatted for display.
HSAStatementDepositAccountSummary.interestRateForDisplay
● String!
non-null scalar
The interest rate this deposit account accrues.
HSAStatementDepositAccountSummary.penaltiesYearToDate
● String!
non-null scalar
The penalties charged to this deposit account from the start of the year to the end of this statement.
HSAStatementDepositAccountSummary.penaltiesYearToDateForDisplay
● String!
non-null scalar
The penalties charged to this deposit account from the start of the year to the end of this statement, for display.
HSAStatementDepositAccountSummary.startingBalance
● DecimalString!
non-null scalar
The starting balance of this account on this statement.
HSAStatementDepositAccountSummary.startingBalanceForDisplay
● String!
non-null scalar
The starting balance of this account on this statement for display.
HSAStatementDepositAccountSummary.totalChargesForDisplay
● String!
non-null scalar
The total amount of charges (penalties) against this account over the statement duration.
HSAStatementDepositAccountSummary.totalDepositsForDisplay
● String!
non-null scalar
The total amount of deposits into this account over the statement duration.
HSAStatementDepositAccountSummary.totalInterestEarnedForDisplay
● String!
non-null scalar
The total interest earned by this account over the statement duration.
HSAStatementDepositAccountSummary.totalWithdrawalsForDisplay
● String!
non-null scalar
The total amount of withdrawals from this account over the statement duration.
Member of
HSAStatementPayload
object