ar_assets_fixed
where rpt_id = 463458
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | description | cost_basis | depreciation | book_value | value | asset_type | rpt_id |
---|---|---|---|---|---|---|---|
158520 | 2262 BATH AVENUE BROOKLYN, NY 11214-5714 | 94590 | 0 | 94590 | 94590 | 301 | 463458 463458 |
158521 | 2262 BATH AVENUE BROOKLYN, NY 11214-5714 | 319560 | 0 | 319560 | 319560 | 302 | 463458 463458 |
158522 | Automobiles and Other Vehicles | 0 | 0 | 0 | 0 | 303 | 463458 463458 |
158523 | Office Furniture and Equipment | 97735 | 0 | 97735 | 97735 | 304 | 463458 463458 |
158524 | Other Fixed Liabilities | 0 | 0 | 0 | 0 | 305 | 463458 463458 |
CREATE TABLE ar_assets_fixed ( oid INTEGER NOT NULL PRIMARY KEY, description TEXT NULL, cost_basis INTEGER NULL, depreciation INTEGER NULL, book_value INTEGER NULL, value INTEGER NULL, asset_type INTEGER NOT NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );