ar_assets_total
where rpt_id = 248168
Download this data as a CSV Spreadsheet (All Rows)
Link | rowid ▼ | rpt_id | cash_start | cash_end | accounts_receivable_start | accounts_receivable_end | investments_start | investments_end | fixed_assets_start | fixed_assets_end | treasury_securities_start | treasury_securities_end | other_assets_start | other_assets_end | loans_receivable_start | loans_receivable_end | total_start | market_sec_total_cost | market_sec_total_book_value | other_inv_total_cost | other_inv_total_book_value |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
105437 | 105437 | 248168 248168 | 8415770 | 9524670 | 0 | 18971 | 2473718 | 2434034 | 5853828 | 5741439 | 527813 | 409203 | 731934 | 308058 | 100000 | 100000 |
CREATE TABLE ar_assets_total ( rpt_id INTEGER NOT NULL, cash_start INTEGER NULL, cash_end INTEGER NULL, accounts_receivable_start INTEGER NULL, accounts_receivable_end INTEGER NULL, investments_start INTEGER NULL, investments_end INTEGER NULL, fixed_assets_start INTEGER NULL, fixed_assets_end INTEGER NULL, treasury_securities_start INTEGER NULL, treasury_securities_end INTEGER NULL, other_assets_start INTEGER NULL, other_assets_end INTEGER NULL, loans_receivable_start INTEGER NULL, loans_receivable_end INTEGER NULL, total_start INTEGER NULL, market_sec_total_cost INTEGER NULL, market_sec_total_book_value INTEGER NULL, other_inv_total_cost INTEGER NULL, other_inv_total_book_value INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );