Skip to content

How our bank accounts interact

Aslan French edited this page Jan 27, 2025 · 1 revision
graph TD
    subgraph Inputs
        direction TB
        Grants[Grants]
        OpenCollective[Open Collective donations]
        EB[EB ticket sales]
        Square[Square donations]
        Venmo[Venmo donations]
        GH[GH Sponsor donations]
    end

    subgraph LiveOak[Live Oak - High-yield savings account]
        direction TB
    end

    subgraph UFCU[UFCU - Checking account <br> Balance kept low to maximize high-yield interest]

        
    end

    subgraph Outputs[Expenses]
        Payees[Individual payees: <br> - Reimbursements <br> - Payments]
        Bills[Bills: None currently]
    end

    Grants --> LiveOak
    OpenCollective --> UFCU
    EB --> UFCU
    Square --> UFCU
    Venmo --> UFCU
    GH --> UFCU
    LiveOak --> UFCU
    UFCU --> LiveOak
    UFCU --> Outputs

Loading
Clone this wiki locally