Home Download Docs Code Community
import "perkeep/pkg/importer/plaid"
Overview
Index

Overview ▾

Package plaid implements an importer for financial transactions from plaid.com

Index

Constants
type Institution
type InstitutionNameMap
type InstitutionNames

Package files

institutions.go plaid.go

Constants

const (
    AMEX = iota
    BBT
    BOFA
    CAPONE
    SCHWAB
    CHASE
    CITI
    FIDELITY
    NFCU
    PNC
    SUNTRUST
    TD
    US
    USAA
    WELLS
)

type Institution

type Institution int

type InstitutionNameMap

type InstitutionNameMap map[Institution]InstitutionNames

type InstitutionNames

type InstitutionNames struct {
    DisplayName string
    CodeName    string
}
Website layout inspired by memcached.
Content by the authors.