AccountType
public enum AccountType : String
Type of the account
Note: Currently only Canadian Accounts are supported
-
Tax free savings account (CA)
Declaration
Swift
case tfsa = "ca_tfsa" -
Cash (chequing) account (CA)
Declaration
Swift
case chequing = "ca_cash_msb" -
Saving (CA)
Declaration
Swift
case saving = "ca_cash" -
Registered Retirement Savings Plan (CA)
Declaration
Swift
case rrsp = "ca_rrsp" -
Non-registered account (CA)
Declaration
Swift
case nonRegistered = "ca_non_registered" -
Non-registered crypto currency account (CA)
Declaration
Swift
case nonRegisteredCrypto = "ca_non_registered_crypto" -
Locked-in retirement account (CA)
Declaration
Swift
case lira = "ca_lira" -
Joint account (CA)
Declaration
Swift
case joint = "ca_joint" -
Registered Retirement Income Fund (CA)
Declaration
Swift
case rrif = "ca_rrif" -
Life Income Fund (CA)
Declaration
Swift
case lif = "ca_lif" -
Credit Card (CA)
Declaration
Swift
case creditCard = "ca_credit_card"
View on GitHub
Install in Dash