Represents a financial institution (routing number lookup).
@type t() :: %Unit.Resource.Institution{ is_ach_supported: boolean(), is_fast_payments_supported: boolean(), is_wire_supported: boolean(), name: String.t() | nil, routing_number: String.t() }