Details
Account Number Masking
Account numbers for SymXchange shares and loans will be masked to the last two
digits of the member number. This masked member number will then be concatenated with
the account type (S
or L
), followed by the ID (e.g., 01
or 0001
).
unmasked: "0000050000S01"
masked: "x00S01"
unmasked: "0000050000L0001"
masked: "x00L0001"
SymXchange external accounts will be masked to the last four digits of the account number. jXchange account numbers will also be masked to the last four digits.
unmasked: "123456789"
masked: "x6789"
Account Types
The accountType
and accountSubType
are the general ways of describing an account.
The enumerated values of accountType
are static and do not change.
However, the values of accountSubType
are not static and can be wildly different between accounts.
Decisions should be based of the value of accountType
, but not accountSubType
.
Credit Union core(s)
These are the accountType
and accountSubtype
values for credit unions.
Symitar
- This listing is not an enumeration of valid values.
- New values may be added in the future.
- Your application should be robust and gracefully handle new and/or unexpected values.
accountType | accountSubType |
---|---|
Debt | Lease |
Debt | Loan |
Deposit | Club |
Deposit | Checking |
Deposit | Savings |
Investment | Certificate of Deposit |
Line of Credit | Credit Card |
Line of Credit | Credit Card External Loan |
Line of Credit | Line of Credit |
Line of Credit | LOC Combination |
Other | Third Party |
Bank core(s)
These are the accountType
and accountSubtype
values for banks.
SilverLake
- This listing is not an enumeration of valid values.
- New values may be added in the future.
- Your application should be robust and gracefully handle new and/or unexpected values.
accountType | accountSubType |
---|---|
Debt | Loan |
Deposit | Checking |
Deposit | Club |
Deposit | Savings |
Investment | Time deposit |
Line of Credit | Credit Card |
Line of Credit | Line of Credit |
Other | General Ledger |
Other | Safe Deposit Box |
Other | Shareholder |
Other | Third Party |
CIF 20/20
- This listing is not an enumeration of valid values.
- New values may be added in the future.
- Your application should be robust and gracefully handle new and/or unexpected values.
accountType | accountSubType |
---|---|
Debt | Loan |
Deposit | Checking |
Deposit | Club |
Deposit | Savings |
Investment | Time deposit |
Line of Credit | Credit Card |
Line of Credit | Line of Credit |
Line of Credit | Overdraft Protection |
Other | General Ledger |
Other | Safe Deposit Box |
Other | Third Party |
Core Director
- This listing is not an enumeration of valid values.
- New values may be added in the future.
- Your application should be robust and gracefully handle new and/or unexpected values.
accountType | accountSubType |
---|---|
Debt | Loan |
Deposit | Checking |
Deposit | Savings |
Investment | Certificate of Deposit |
Investment | Individual Retirement Account (IRA) |
Investment | Investments |
Line of Credit | Credit Card |
Line of Credit | Line of Credit |
Other | Other |
Other | Safe Deposit Box |
Values of accountType
Deposit
A bank account that allows money to be deposited and withdrawn by the account owner. Includes
accountSubType
of most commonly Checking and Savings, but also Interest Checking and others.Line of Credit
A credit source extended to a consumer by a financial institution. Includes
accountSubType
of Credit Card, Home Equity Line, etc.Debt
An obligation owed by a consumer to a financial institution. Includes
accountSubType
of Loan and others.Investment
The commitment of money to purchase financial instruments. Includes
accountSubType
of Certificate of Deposit, Bond, etc.Bill Pay
An account that is used only to pay bills.
Other
An account that does not fit into one of the other account types. Includes an
accountSubType
.Unknown
An account type cannot be derived.
accountSubType
will also be Unknown.
Balances
Deposit Accounts
A positive balance indicates the amount of money the owner has in the account.
A negative balance would indicate other conditions (such as an overdraft).
Debt and Line of Credit Accounts
A positive balance indicates the amount owed. For example, a balance of 70,422 on a home loan would indicate that the owner owes $70,422 on their home.
A negative balance indicates a credit owed. For example, a balance of -5.22 might indicate a refund was posted to a credit card that had no outstanding balance.
Investment and Other Types of Accounts
No inference is applied to the balances with regard to positive or negative numbers.