AccountsSourceOfFunds
public enum AccountsSourceOfFunds : String, Codable, Sendable, CaseIterable
Source of funds types.
-
Services and products source of funds type.
Declaration
Swift
case servicesProducts = "SERVICES_PRODUCTS" -
Estate source of funds type.
Declaration
Swift
case estate = "ESTATE" -
Holding company source of funds type.
Declaration
Swift
case holdingCompany = "HOLDING_COMPANY" -
Investments source of funds type.
Declaration
Swift
case investments = "INVESTMENTS" -
Loans source of funds type.
Declaration
Swift
case loans = "LOANS" -
Parent company source of funds type.
Declaration
Swift
case parentCompany = "PARENT_COMPANY" -
Subsidiary source of funds type.
Declaration
Swift
case subsidiary = "SUBSIDIARY" -
Trust source of funds type.
Declaration
Swift
case trust = "TRUST"
View on GitHub