home / opdr

ar_liabilities_loans_paybl

where rpt_id = 464107

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

oid ▼ source loans_owed_start loans_obtained cash_repayment non_cash_repayment loans_owed_end rpt_id
15785 SEIU 536005 0 38258 0 497747 464107 464107
15786 Bank of America 38657 0 10604 0 28053 464107 464107
15787 SEIU Pension 0 31335 0 0 31335 464107 464107
CREATE TABLE ar_liabilities_loans_paybl (
oid INTEGER NOT NULL PRIMARY KEY, source TEXT NULL, loans_owed_start INTEGER NULL, loans_obtained INTEGER NULL, cash_repayment INTEGER NULL, non_cash_repayment INTEGER NULL, loans_owed_end INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id)
);
Powered by Datasette · Queries took 14.815ms