[
{
"field": "program",
"type": "character varying(128)",
"description": "The name of the card program.",
"display": "Program",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "bank",
"type": "character varying(128)",
"description": "The bank under which the program operates.",
"display": "Bank",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "post_date",
"type": "date",
"description": "The date a transaction was posted by the network.",
"display": "Post Date",
"units": null,
"has_total": false,
"date_format": "YYYY-MM-DD",
"is_filter_only": false
},
{
"field": "corrected_post_date",
"type": "timestamp without time zone",
"description": "A transaction date that accounts for potential adjustments, allowing balances to be calculated across a single date range. For most cases, Corrected Post Date and Post Date are identical. When different, Corrected Post Date represents the correct reporting date, and Post Date represents when the transaction was posted to the Marqeta ledger.",
"display": "Corrected Post Date",
"units": null,
"has_total": false,
"date_format": "YYYY-MM-DD",
"is_filter_only": false
},
{
"field": "corrected_note_flag",
"type": "integer",
"description": null,
"display": "Corrected Note Flag",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "currency",
"type": "character varying(10)",
"description": "The abbreviated currency code.",
"display": "Currency",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "starting_balance",
"type": "numeric(14,2)",
"description": "The starting balance for a day: Loads_Net + Sig_Purchases_Net + PIN_Purchases_Net + Chargebacks + Transfers + Currency_Fees + Program_Fees",
"display": "Starting Balance",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "ach_loads_net",
"type": "numeric(14,2)",
"description": "The amount of funds loaded using an ACH bank-to-bank transfer, accounting for adjustments and unloads.",
"display": "Ach Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "credit_or_debit_card_loads_net",
"type": "numeric(14,2)",
"description": "The net amount of funds loaded onto a Marqeta-issued card via another credit or debit card including adjustments and unloads.",
"display": "Credit Or Debit Card Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "marqeta_funds_loads_net",
"type": "numeric(14,2)",
"description": "The net amount of Marqeta loads, adjustments, and unloads.",
"display": "Marqeta Funds Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "partner_funds_loads_net",
"type": "numeric(14,2)",
"description": "The net amount of funds loaded or unloaded using a program funding account including any adjustments.",
"display": "Partner Funds Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "jit_loads_net",
"type": "numeric(14,2)",
"description": "The net amount of loads, adjustments, and unloads associated with a JIT Funding transaction.",
"display": "Jit Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "direct_deposit_loads_net",
"type": "numeric(14,2)",
"description": "The net amount of funds loaded or unloaded via direct deposit including any adjustments.",
"display": "Direct Deposit Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "bill_pay_loads_net",
"type": "numeric(14,2)",
"description": null,
"display": "Bill Pay Loads Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "bill_pay_amount_to_send",
"type": "numeric(14,2)",
"description": null,
"display": "Bill Pay Amount To Send",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "sig_purchases_net",
"type": "numeric(14,2)",
"description": "The amount of signature based purchase transactions less returns, defined by transactions having funds flow through a Mastercard, Visanet or Discover account.",
"display": "Sig Purchases Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "pin_purchases_net",
"type": "numeric(14,2)",
"description": "The net amount of PIN-based purchases, refunds, and acquirer fees on Maestro, Cirrus, Visa Interlink, VisaPlus, VisaNet Debit, or Pulse.",
"display": "Pin Purchases Net",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "pending_chargebacks",
"type": "numeric(14,2)",
"description": "The amount of pending chargebacks–funds are put in a holding account until the chargeback is completed.",
"display": "Pending Chargebacks",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "chargebacks",
"type": "numeric(14,2)",
"description": "The amount of chargebacks that have completed, usually accompanied by a CASE_WON status.",
"display": "Chargebacks",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "currency_conversion_fees",
"type": "numeric(14,2)",
"description": "The amount of currency conversion fees charged by either Mastercard, Visa, Discover, Maestro, Cirrus, VisaInterlink, VisaPlus, VisaNetDebit or Pulse.",
"display": "Currency Conversion Fees",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "program_fees",
"type": "numeric(14,2)",
"description": "The amount of fees charged to a cardholder by a given program. This is usually a fee for participating in a card program.",
"display": "Program Fees",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "account_funding_transfers",
"type": "numeric(25,2)",
"description": null,
"display": "Account Funding Transfers",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "original_credit_transfers",
"type": "numeric(25,2)",
"description": null,
"display": "Original Credit Transfers",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "ending_balance",
"type": "numeric(14,2)",
"description": "The ending balance for a day: Loads_Net + Sig_Purchases_Net + PIN_Purchases_Net + Chargebacks + Transfers + Currency_Fees + Program_Fees",
"display": "Ending Balance",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "network_loads",
"type": "numeric(25,2)",
"description": null,
"display": "Network Loads",
"units": null,
"has_total": false,
"is_filter_only": false
}
]