ar_assets_investments
where rpt_id = 232727
Download this data as a CSV Spreadsheet (All Rows)
oid ▼ | inv_type | name | amount | rpt_id |
---|---|---|---|---|
70 | 701 | PILGRIM/PUTNAM INVESTMENTS | 500305 | 232727 232727 |
71 | 701 | A.G. EDWARDS & SONS | 21604 | 232727 232727 |
72 | 703 | Marketable Securities Total Cost | 521909 | 232727 232727 |
73 | 704 | Marketable Securities Total BookValue | 521909 | 232727 232727 |
CREATE TABLE ar_assets_investments ( oid INTEGER NOT NULL PRIMARY KEY, inv_type INTEGER NOT NULL, name TEXT NULL, amount INTEGER NULL, rpt_id INTEGER NULL, FOREIGN KEY(rpt_id) REFERENCES lm_data(rpt_id) );